]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Fix glitch in drawing fractions
[lyx.git] / src / TextClass.h
index da217a57aa45b917ffbde9acca5179033747605b..56a61da48f1dc51ecae69546deeb488fb8912917 100644 (file)
@@ -205,8 +205,10 @@ public:
        OutputType outputType() const { return outputType_; }
        /// Can be latex, docbook ... (the name of a format)
        std::string outputFormat() const { return outputFormat_; }
-       ///
-       docstring outlinerName(std::string const & type) const;
+       /// Return the non-localised names for the toc types.
+       std::map<std::string, docstring> const &
+       outlinerNames() const { return outliner_names_; }
+
 protected:
        /// Protect construction
        TextClass();