]> git.lyx.org Git - features.git/commitdiff
move a comment and an #include
authorAndré Pönitz <poenitz@gmx.net>
Tue, 28 May 2002 12:03:42 +0000 (12:03 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 28 May 2002 12:03:42 +0000 (12:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4248 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/GraphicsParams.C
src/graphics/GraphicsParams.h
src/insets/insetgraphicsParams.h

index 37257bdb520a75ae73386ecde416d7da0e90702e..a4481d7c4647c586bf628388496b1c101b62eade 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "GraphicsParams.h"
 #include "Lsstream.h"
+#include "lyxlength.h"
 
 
 namespace grfx {
index 3d502f57fc54651643f9ffc7f9044a5345303a2b..58a4b11a898232fc4f996834d7c6333defa02df4 100644 (file)
@@ -20,7 +20,6 @@
 #endif
 
 #include "LString.h"
-#include "lyxlength.h"
 
 
 namespace grfx {
index aa7dd27869ba2107ca8e17fb363d441d77b09636..dc8e0b508b37154929db44d4faef421ee149adfe 100644 (file)
@@ -95,6 +95,9 @@ struct InsetGraphicsParams
        /// If the token belongs to our parameters, read it.
        bool Read(LyXLex & lex, string const & token);
        /// convert 
+  // Only a subset of InsetGraphicsParams is needed for display purposes.
+  // This function also interrogates lyxrc to ascertain whether
+  // to display or not.
        grfx::GParams asGParams(string const & filepath) const;
 
 private: