]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
Use home made code for the bool facet.
[lyx.git] / src / insets / InsetGraphics.h
index 4e30dfb0e7b7714e293de4f30d350391b7b8b2c7..c5a6bba0524e720ff75c7adf2897797f8ab5ad5a 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.