X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.h;h=d50e67bdc7582784a811dd4c849092dffe18560d;hb=f345feecede25b164502abdacf893a36de9ef4ae;hp=acf8bfd404ae3b2474a27953e7c6cecfebcbb06c;hpb=7bbd67eb267966d1deb655ea126bc25a64fdf34d;p=lyx.git diff --git a/src/Buffer.h b/src/Buffer.h index acf8bfd404..d50e67bdc7 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -34,7 +34,6 @@ class BufferSet; class DispatchResult; class DocIterator; class docstring_list; -class ErrorItem; class ErrorList; class FuncRequest; class FuncStatus; @@ -44,7 +43,6 @@ class InsetLabel; class Font; class Format; class Lexer; -class LyXRC; class Text; class LyXVC; class LaTeXFeatures; @@ -375,6 +373,8 @@ public: /// bool isMultiLingual() const; + /// + std::set getLanguages() const; /// BufferParams & params(); @@ -572,6 +572,8 @@ private: */ ReadStatus readFile(Lexer &, support::FileName const & filename, bool fromString = false); + /// + void getLanguages(std::set &) const; /// Use the Pimpl idiom to hide the internals. class Impl;