]> git.lyx.org Git - lyx.git/blobdiff - src/insets/figinset.h
Add support for compilers which do not have cname headers
[lyx.git] / src / insets / figinset.h
index 6eb11a733689ba08dca14cb475c0a649318ef666..eb3fddaef84e18b47a2315a6644f7166cc3fb2ef 100644 (file)
@@ -38,11 +38,11 @@ public:
        ///
        int Latex(FILE *file, signed char fragile);
        ///
-       int Latex(LString &file, signed char fragile);
+       int Latex(string &file, signed char fragile);
        ///
-       int Linuxdoc(LString &file);
+       int Linuxdoc(string &file);
        ///
-       int DocBook(LString &file);
+       int DocBook(string &file);
        /// Updates needed features for this inset.
        void Validate(LaTeXFeatures &features) const;
 
@@ -79,7 +79,7 @@ public:
        int psx, psy;
 
        /// .eps file name
-       LString fname;
+       string fname;
        /// changed filename -> for recompute
        bool changedfname;
 
@@ -115,10 +115,10 @@ public:
        float angle;
        
        /// graphics command, latex version
-       LString cmd;
+       string cmd;
        
        /// Caption for subfigure package
-       LString subcaption;
+       string subcaption;
 
        /// various flags
        int flags;
@@ -160,7 +160,7 @@ struct figdata {
        /// width and height on screen
        int wid, hgh;
        /// pointer to file name
-       LString fname;
+       string fname;
        /// type; 0-none, 1-B/W, 2-Grayscale, 3-Color
        char flags;
        /// reading request is pending on this figure