X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FinsetgraphicsParams.C;h=405368d2fff93711a48d207ddd486cf875bf461a;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=94aa851d5b1d0fd6ead4cd8873424590373828e2;hpb=f4c86428a35989edc21141c875b426b30477d596;p=lyx.git diff --git a/src/insets/insetgraphicsParams.C b/src/insets/insetgraphicsParams.C index 94aa851d5b..405368d2ff 100644 --- a/src/insets/insetgraphicsParams.C +++ b/src/insets/insetgraphicsParams.C @@ -17,12 +17,17 @@ #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;