]> git.lyx.org Git - features.git/blobdiff - src/insets/insetparent.C
change to use only ostream to write latex from insets
[features.git] / src / insets / insetparent.C
index 0fd046ddabfbb9911a184b2281c8794ea12b0509..fb06667f8ff868fe177b33fa763b7f8ddd0e7552 100644 (file)
@@ -51,6 +51,7 @@ int InsetParent::Latex(ostream & os, signed char fragile) const
 }
 
 
+#ifndef USE_OSTREAM_ONLY
 // LaTeX must just ignore this command
 int InsetParent::Latex(string & file, signed char fragile) const
 {
@@ -58,3 +59,4 @@ int InsetParent::Latex(string & file, signed char fragile) const
        InsetCommand::Latex(file, fragile);
        return 0;
 }
+#endif