]> git.lyx.org Git - lyx.git/blobdiff - src/ImportNoweb.h
Remove the headers, since I added cheaders/CVS by mistake :(
[lyx.git] / src / ImportNoweb.h
index f6d18c2fdfed3fc5ebe8d71846eceae270cb43ec..3231eb4b541856fae029fc3e24633a233eed7ea7 100644 (file)
@@ -12,8 +12,8 @@
  *======================================================
  */
 
-#ifndef _IMPORTNOWEB_H
-#define _IMPORTNOWEB_H
+#ifndef IMPORTNOWEB_H
+#define IMPORTNOWEB_H
 
 #ifdef __GNUG__
 #pragma interface
@@ -29,7 +29,7 @@ public:
        /**
          file = name and path of the noweb file to import
          */
-       ImportNoweb(LString const & file) : file(file) {};
+       ImportNoweb(string const & file) : file(file) {};
        
        /** Imports the document.
          Return 0 if fail.
@@ -37,9 +37,9 @@ public:
        Buffer * run();
 private:
        ///
-       LString file;
+       string file;
        ///
-       LString documentclass();
+       string documentclass();
        ///
        enum{ 
                BUFSIZE = 512