X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTheorem.cpp;h=3dae9df1b2a973049dd1bc8a22ac5d2aea92431c;hb=c3a8b3a566e9e90f9ade72acbc723232d721d0b1;hp=02d592295afe39d73d16cdc68ecca88b5e59c94b;hpb=5ddc612b735317d5b22553a63aad7879503e3950;p=lyx.git diff --git a/src/insets/InsetTheorem.cpp b/src/insets/InsetTheorem.cpp index 02d592295a..3dae9df1b2 100644 --- a/src/insets/InsetTheorem.cpp +++ b/src/insets/InsetTheorem.cpp @@ -14,21 +14,18 @@ #include "InsetTheorem.h" #include "insets/InsetText.h" -#include "debug.h" -#include "gettext.h" +#include "support/debug.h" +#include "support/gettext.h" #include "FontInfo.h" #include "Text.h" #include "MetricsInfo.h" -#include "support/std_ostream.h" +#include +using namespace std; namespace lyx { -using std::endl; -using std::ostream; - - /* The intention is to be able to create arbitrary theorem like environments sing this class and some helper/container classes. It should be possible @@ -40,11 +37,6 @@ Inset.heorem::InsetTheorem() : InsetCollapsable() { setLabel(_("theorem")); - FontInfo font = sane_font; - font.decSize(); - font.decSize(); - font.setColor(Color_collapsable); - setLabelFont(font); #if 0 setAutoCollapse(false); #endif