]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
saner borderline between buffer and exporter
[lyx.git] / src / buffer_funcs.h
index e059314b35d965fd25171dc1e83ec0607111d03a..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 &);
 
@@ -71,6 +67,9 @@ void updateLabels(Buffer const &, ParIterator &);
 ///
 void checkBufferStructure(Buffer &, ParIterator const &);
 
+///
+textclass_type defaultTextclass();
+
 } // namespace lyx
 
 #endif // BUFFER_FUNCS_H