]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphicsParams.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetgraphicsParams.h
index c218d0ecb4b2f16d169801d0f8266e58a5dd6374..130e530646a10d7fe611887922295b4f79752c6b 100644 (file)
@@ -22,8 +22,6 @@
 #include "buffer.h"
 #include "lyxlex.h"
 
-using std::ostream;
-
 /// This struct holds all the parameters needed by insetGraphics.
 struct InsetGraphicsParams
 {
@@ -90,7 +88,7 @@ struct InsetGraphicsParams
        ///
        InsetGraphicsParams & operator=(InsetGraphicsParams const &);
        /// Save the parameters in the LyX format stream.
-       void Write(Buffer const * buf, ostream & os) const;
+       void Write(Buffer const * buf, std::ostream & os) const;
        /// If the token belongs to our parameters, read it.
        bool Read(Buffer const * buf, LyXLex & lex, string const & token);