]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphics.h
* BufferParams:
[lyx.git] / src / insets / insetgraphics.h
index 51ffe31ca274fdd6106ab0c4ee14c00eb876c089..49811a2da629ff4b140694031144e0261246d209 100644 (file)
@@ -48,13 +48,13 @@ public:
         fragile commands by adding a #\protect# before.
         */
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
 
        /** Tell LyX what the latex features you need i.e. what latex packages
            you need to be included.