]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphicsParams.C
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetgraphicsParams.C
index 94aa851d5b1d0fd6ead4cd8873424590373828e2..405368d2fff93711a48d207ddd486cf875bf461a 100644 (file)
 #endif 
 
 #include "insetgraphicsParams.h"
+
 #include "support/translator.h"
 #include "support/filetools.h"
 #include "support/lyxlib.h"
 #include "support/LOstream.h"
 #include "support/LAssert.h"
 
+
+using std::ostream;
+
+
 namespace {
 
 /// This variable keeps a tab on whether the translator was set with the
@@ -164,7 +169,7 @@ bool operator==(InsetGraphicsParams const & left,
                left.rotateOrigin == right.rotateOrigin &&
                lyx::float_equal(left.rotateAngle, right.rotateAngle, 0.001 &&
                left.special == right.special) 
-          )
+         )
                return true;
 
        return false;