X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.h;h=79c79a2952f0d8870bb078b427ca729b926debd5;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=4d22ea1b02be1f6a6719788405058edb7ab63d05;hpb=93ea6f14a06c5c47e719b34a5b7b473358334a9d;p=lyx.git diff --git a/src/lyx_sty.h b/src/lyx_sty.h index 4d22ea1b02..79c79a2952 100644 --- a/src/lyx_sty.h +++ b/src/lyx_sty.h @@ -1,57 +1,58 @@ // -*- C++ -*- /** * \file lyx_sty.h - * Copyright 1995-2002 the LyX Team - * Read the file COPYING + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * + * \author Lars Gullik Bjønnes + * + * Full author contact details are available in file CREDITS. * * A number of LaTeX command definitions for various * things. The name of this file is a holdover from the * days of yore. - * - * \author Lars Gullik Bjornes */ #ifndef LYX_STY_H #define LYX_STY_H -#include "LString.h" +#include /// -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; #endif // LYX_STY_H