diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-30 08:54:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-30 08:54:55 +0100 |
commit | fd4e7b1c90286a43aab80b42df6d2a03c6fd67af (patch) | |
tree | 72ea38f7d6021996ee8500c0f4dfd39b125d1db2 /cui | |
parent | a83c6301d856d7f63ef3c9a9b372220da58e5ffb (diff) |
Unused SvtStartOptions instance
Change-Id: I73ede739a8601b45d8887cd832af3ad8c622025e
Diffstat (limited to 'cui')
-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; |