X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.h;h=2608967da013bbcabdec78abf6edc647f0669551;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=89655d86b765c8f1305def86255cce4cc5b34c17;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/lyx_sty.h b/src/lyx_sty.h index 89655d86b7..2608967da0 100644 --- a/src/lyx_sty.h +++ b/src/lyx_sty.h @@ -18,6 +18,9 @@ #include + +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