]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/context.h
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / tex2lyx / context.h
index 9ea286f3740271ba32ca25317ddf866b20b9eecf..fd71d6441b26e65231d651f47a782ae6633ab770 100644 (file)
@@ -17,6 +17,9 @@
 #include <iosfwd>
 
 
+namespace lyx {
+
+
 /*!
  * Small helper struct that holds font properties.
  * The names are in LyX language, not LaTeX.
@@ -133,6 +136,8 @@ public:
         * would not work.
         */
        bool new_layout_allowed;
+       /// Did we output anything yet in any context?
+       static bool empty;
 
        /// The textclass of the document. Could actually be a global variable
        LyXTextClass const & textclass;
@@ -146,4 +151,7 @@ public:
        static Font normalfont;
 };
 
+
+} // namespace lyx
+
 #endif