]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.h
* GuiView.C (updateTab): do not update early if current tab has
[lyx.git] / src / lyx_sty.h
index 89655d86b765c8f1305def86255cce4cc5b34c17..2608967da013bbcabdec78abf6edc647f0669551 100644 (file)
@@ -18,6 +18,9 @@
 
 #include <string>
 
+
+namespace lyx {
+
 ///
 extern std::string const lyx_def;
 ///
@@ -43,8 +46,6 @@ extern std::string const paragraphleftindent_def;
 ///
 extern std::string const floatingfootnote_def;
 ///
-extern std::string const minipageindent_def;
-///
 extern std::string const boldsymbol_def;
 ///
 extern std::string const binom_def;
@@ -54,5 +55,10 @@ extern std::string const mathcircumflex_def;
 extern std::string const tabularnewline_def;
 ///
 extern std::string const lyxgreyedout_def;
+///
+extern std::string const lyxdot_def;
+
+
+} // namespace lyx
 
 #endif // LYX_STY_H