X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferparams.h;h=f912ffe1a8787f5ff2ff1040a7f6a0b09f08a5fd;hb=4e4ebe5d4d675348bbd7f75b9ca6424b6727a253;hp=ddff9697873940770bc938d184ae89a8da9f1d5b;hpb=da003742d9fbc051024e89241d5796e6403aded9;p=lyx.git diff --git a/src/bufferparams.h b/src/bufferparams.h index ddff969787..f912ffe1a8 100644 --- a/src/bufferparams.h +++ b/src/bufferparams.h @@ -5,7 +5,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * ====================================================== */ @@ -174,9 +174,7 @@ public: /// int tocdepth; /// - string language; - /// - Language const * language_info; + Language const * language; /// string inputenc; /// @@ -192,9 +190,9 @@ public: /// string pagestyle; /// - array temp_bullets; + boost::array temp_bullets; /// - array user_defined_bullets; + boost::array user_defined_bullets; /// void readPreamble(LyXLex &); /// @@ -203,6 +201,10 @@ public: void readGraphicsDriver(LyXLex &); /// bool use_amsmath; + /// + bool use_natbib; + /// + bool use_numerical_citations; /// Time ago we agreed that this was a buffer property [ale990407] string parentname; private: