]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphicsParams.C
prepare for 1.1.6pre2
[lyx.git] / src / insets / insetgraphicsParams.C
index 8ac312521afeb2d3c5b36480955f44a27b7c78e7..c9a14418fd57678548f3b453d286aeacd2adc5bd 100644 (file)
@@ -339,7 +339,9 @@ void InsetGraphicsParams::Write(Buffer const * buf, ostream & os) const
                os << " rotateAngle " << rotateAngle << endl;
 }
 
-static void readResize(InsetGraphicsParams * igp, bool height,
+
+static
+void readResize(InsetGraphicsParams * igp, bool height,
                        string const & token)
 {
        InsetGraphicsParams::Resize resize = InsetGraphicsParams::DEFAULT_SIZE;
@@ -369,7 +371,9 @@ static void readResize(InsetGraphicsParams * igp, bool height,
                igp->widthResize = resize;
 }
 
-static void readOrigin(InsetGraphicsParams * igp, string const & token)
+
+static
+void readOrigin(InsetGraphicsParams * igp, string const & token)
 { // TODO: complete this function.
        igp->rotateOrigin = originTranslator.find(token);
 }