]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Remove LyXToolBox
[lyx.git] / src / BufferParams.h
index 3914837efaf02364e6c54fd26606c483de99b913..200b6d43963633041af86fceed784b6c3098773e 100644 (file)
@@ -379,7 +379,7 @@ public:
        /// All packages that can be switched on or off
        static std::map<std::string, std::string> const & auto_packages();
        /// Do we use the bibtopic package?
-       bool useBibtopic() const { return (use_bibtopic || !multibib.empty()) && !useBiblatex(); }
+       bool useBibtopic() const;
        /// Split bibliography?
        bool splitbib() const { return use_bibtopic; }
        /// Set split bibliography
@@ -411,7 +411,7 @@ public:
        AuthorMap author_map_;
 
        /// the buffer's active font encoding
-       std::string const font_encoding() const;
+       std::string const main_font_encoding() const;
        /// all font encodings requested by the prefs/document/main language.
        /// This does NOT include font encodings required by secondary languages
        std::vector<std::string> const font_encodings() const;