]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
saner borderline between buffer and exporter
[lyx.git] / src / buffer_funcs.h
index b2142f81185f9ae6590632c11e68ef916f27055d..3f066a2541f7ff15ff416397c8e6c32b71583a21 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef BUFFER_FUNCS_H
 #define BUFFER_FUNCS_H
 
-#include "lyxlayout_ptr_fwd.h"
 #include "support/docstring.h"
 
 #include <string>
@@ -53,9 +52,6 @@ Buffer * checkAndLoadLyXFile(support::FileName const & filename);
 Buffer * newFile(std::string const & filename, std::string const & templatename,
                 bool isNamed = false);
 
-///return the format of the buffer on a string
-std::string const bufferFormat(Buffer const & buffer);
-
 /// Fill in the ErrorList with the TeXErrors
 void bufferErrors(Buffer const &, TeXErrors const &, ErrorList &);
 
@@ -72,7 +68,7 @@ void updateLabels(Buffer const &, ParIterator &);
 void checkBufferStructure(Buffer &, ParIterator const &);
 
 ///
-void loadChildDocuments(Buffer const & buffer);
+textclass_type defaultTextclass();
 
 } // namespace lyx