X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.h;h=2608967da013bbcabdec78abf6edc647f0669551;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=892332ce6816529fd604fd0bed0f3e6997fd7744;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/lyx_sty.h b/src/lyx_sty.h index 892332ce68..2608967da0 100644 --- a/src/lyx_sty.h +++ b/src/lyx_sty.h @@ -16,43 +16,49 @@ #ifndef LYX_STY_H #define LYX_STY_H -#include "support/std_string.h" +#include + + +namespace lyx { /// -extern string const lyx_def; +extern std::string const lyx_def; /// -extern string const lyxline_def; +extern std::string const lyxline_def; /// -extern string const noun_def; +extern std::string const noun_def; /// -extern string const lyxarrow_def; +extern std::string const lyxarrow_def; /// -extern string const quotedblbase_def; +extern std::string const quotedblbase_def; /// -extern string const quotesinglbase_def; +extern std::string const quotesinglbase_def; /// -extern string const guillemotleft_def; +extern std::string const guillemotleft_def; /// -extern string const guillemotright_def; +extern std::string const guillemotright_def; /// -extern string const guilsinglleft_def; +extern std::string const guilsinglleft_def; /// -extern string const guilsinglright_def; +extern std::string const guilsinglright_def; /// -extern string const paragraphleftindent_def; +extern std::string const paragraphleftindent_def; /// -extern string const floatingfootnote_def; +extern std::string const floatingfootnote_def; /// -extern string const minipageindent_def; +extern std::string const boldsymbol_def; /// -extern string const boldsymbol_def; +extern std::string const binom_def; /// -extern string const binom_def; +extern std::string const mathcircumflex_def; /// -extern string const mathcircumflex_def; +extern std::string const tabularnewline_def; /// -extern string const tabularnewline_def; +extern std::string const lyxgreyedout_def; /// -extern string const lyxgreyedout_def; +extern std::string const lyxdot_def; + + +} // namespace lyx #endif // LYX_STY_H