]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Remove the headers, since I added cheaders/CVS by mistake :(
[lyx.git] / src / lyxtext.h
index 1a052ea3ee4b83d8b4c01f9eb3ee999785251275..912f59e53dc1f5425d04e094d718e79605a7de41 100644 (file)
@@ -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);
        ///