diff options
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 1e1a48b556ce..2e4308785ea2 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -35,7 +35,6 @@ #include <unotools/useroptions.hxx> #include <unotools/fontoptions.hxx> #include <svtools/menuoptions.hxx> -#include <unotools/startoptions.hxx> #include <svl/languageoptions.hxx> #include <svtools/miscopt.hxx> #include <unotools/printwarningoptions.hxx> @@ -858,7 +857,6 @@ sal_Bool OfaViewTabPage::FillItemSet( SfxItemSet& ) { SvtFontOptions aFontOpt; SvtMenuOptions aMenuOpt; - SvtStartOptions aStartOpt; sal_Bool bModified = sal_False; sal_Bool bMenuOptModified = sal_False; |