diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 15:57:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 16:02:59 +0100 |
commit | 306add13e1d9f70e1111acde8362aea6c169a97d (patch) | |
tree | 67660a864cbb3df6bdccf7b3591faa7135e0a4f0 /formula | |
parent | 36ca919da2e360fde7cc28230069eff488a85ac5 (diff) |
convert the last two lonely FixedInfos to FixedText
Change-Id: Ia6ed5f71931a6141efb3d5e5eb329149d6850342
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/ui/dlg/formula.cxx | 1 | ||||
-rw-r--r-- | formula/source/ui/dlg/funcpage.hxx | 1 | ||||
-rw-r--r-- | formula/source/ui/dlg/parawin.hxx | 2 | ||||
-rw-r--r-- | formula/source/ui/dlg/structpg.hxx | 1 |
4 files changed, 1 insertions, 4 deletions
diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx index 913106c07500..4947a3675423 100644 --- a/formula/source/ui/dlg/formula.cxx +++ b/formula/source/ui/dlg/formula.cxx @@ -30,7 +30,6 @@ #include <vcl/layout.hxx> #include <vcl/idle.hxx> -#include <svtools/stdctrl.hxx> #include <svtools/svmedit.hxx> #include <svtools/treelistbox.hxx> #include <svl/stritem.hxx> diff --git a/formula/source/ui/dlg/funcpage.hxx b/formula/source/ui/dlg/funcpage.hxx index b47c641de5f3..b47a6d9f4be8 100644 --- a/formula/source/ui/dlg/funcpage.hxx +++ b/formula/source/ui/dlg/funcpage.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_FUNCPAGE_HXX #define INCLUDED_FORMULA_SOURCE_UI_DLG_FUNCPAGE_HXX -#include <svtools/stdctrl.hxx> #include <vcl/lstbox.hxx> #include <vcl/group.hxx> #include <svtools/svmedit.hxx> diff --git a/formula/source/ui/dlg/parawin.hxx b/formula/source/ui/dlg/parawin.hxx index e6d4a65638ab..8c41581ced6a 100644 --- a/formula/source/ui/dlg/parawin.hxx +++ b/formula/source/ui/dlg/parawin.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_PARAWIN_HXX #define INCLUDED_FORMULA_SOURCE_UI_DLG_PARAWIN_HXX -#include <svtools/stdctrl.hxx> #include <svtools/svmedit.hxx> #include <vcl/lstbox.hxx> +#include <vcl/fixed.hxx> #include <vcl/group.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx index 873655c21ba9..f15d72adb3c1 100644 --- a/formula/source/ui/dlg/structpg.hxx +++ b/formula/source/ui/dlg/structpg.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_STRUCTPG_HXX #define INCLUDED_FORMULA_SOURCE_UI_DLG_STRUCTPG_HXX -#include <svtools/stdctrl.hxx> #include <vcl/lstbox.hxx> #include <vcl/group.hxx> #include <svtools/svmedit.hxx> |