]> git.lyx.org Git - features.git/commitdiff
cosmetics
authorAndré Pönitz <poenitz@gmx.net>
Wed, 10 Jul 2002 06:52:05 +0000 (06:52 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 10 Jul 2002 06:52:05 +0000 (06:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4577 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_braceinset.h
src/mathed/math_fontinset.C
src/mathed/math_sizeinset.C
src/mathed/math_sizeinset.h

index 298202e89823199a6be97ad2f989e1cd2d93a2b8..ebfecb6c729325c1ca588197cfe8542e606fef51 100644 (file)
@@ -3,7 +3,6 @@
 #define MATH_BRACEINSET_H
 
 #include "math_nestinset.h"
-#include "math_metricsinfo.h"
 
 #ifdef __GNUG__
 #pragma interface
index d3ea87547f80e0e2823b2e9006047defd6ed187e..23fa28c25752d0bdaa00fb115314f59e9f8c666a 100644 (file)
@@ -15,7 +15,6 @@
 
 
 
-
 MathFontInset::MathFontInset(string const & name)
        : MathNestInset(1), name_(name)
 {
index 5ba9927690f6c17c690b985f3308a3138f9af5b8..7fb67920b53180fe814549d56eeed54aed7af0a0 100644 (file)
@@ -9,6 +9,7 @@
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
 #include "math_support.h"
+#include "support/LOstream.h"
 
 
 MathSizeInset::MathSizeInset(latexkeys const * l)
@@ -50,3 +51,9 @@ void MathSizeInset::normalize(NormalStream & os) const
 {
        os << "[" << key_->name << ' ' << cell(0) << ']';
 }
+
+
+void MathSizeInset::infoize(std::ostream & os) const
+{
+       os << "Size: " << key_->name;
+}
index a1bc12b49b7b0a3884de7a5d089f40fc3902d550..cae5e679a47deb8e1e860eb6ae328190ffa32adc 100644 (file)
@@ -29,6 +29,8 @@ public:
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
+       ///
+       void infoize(std::ostream & os) const;
 
 private:
        ///