X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxtext.h;h=912f59e53dc1f5425d04e094d718e79605a7de41;hb=6d164fa2bf4ee480c177e3bb2826e58d8ccec559;hp=1a052ea3ee4b83d8b4c01f9eb3ee999785251275;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/lyxtext.h b/src/lyxtext.h index 1a052ea3ee..912f59e53d 100644 --- a/src/lyxtext.h +++ b/src/lyxtext.h @@ -4,12 +4,13 @@ * * LyX, The Document Processor * - * Copyright (C) 1995 Matthias Ettrich + * Copyright 1995 Matthias Ettrich + * Copyright 1995-1999 The LyX Team. * - *======================================================*/ + * ======================================================*/ -#ifndef _LYXTEXT_H -#define _LYXTEXT_H +#ifndef LYXTEXT_H +#define LYXTEXT_H #ifdef __GNUG__ #pragma interface @@ -326,7 +327,7 @@ public: bool pagebreak_top, bool pagebreak_bottom, VSpace space_top, VSpace space_bottom, char align, - LString labelwidthstring, + string labelwidthstring, bool noindent); void SetParagraphExtraOpt(int type, const char *width, @@ -385,7 +386,7 @@ public: /** all table features of the text-class are put together in this function. Possible values of feature are defined in table.h */ - void TableFeatures(int feature,LString val); + void TableFeatures(int feature,string val); /// void TableFeatures(int feature); ///