diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-08 17:17:57 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-08 17:20:40 +0900 |
commit | 526a60086c536cea3005e744c03a09b77845c41f (patch) | |
tree | f197ecf80d28ef5d8c2a4b35cf580282596cba26 /cui | |
parent | 5de02a427d3b9ae5ca604b3c87114032f7fb8832 (diff) |
Drop duplicate #include
Change-Id: I05569ef98293445916e8f48e7f06abd795fe9bb5
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 3 | ||||
-rw-r--r-- | cui/source/options/optbasic.cxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 8193a1c9231c..3cf3d972e8b2 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -41,9 +41,6 @@ #include "showcols.hxx" #include "zoom.hxx" #include "cuigaldlg.hxx" -#include "cuiimapwnd.hxx" -#include "hlmarkwn.hxx" -#include "srchxtra.hxx" #include "transfrm.hxx" #include "bbdlg.hxx" #include "cuisrchdlg.hxx" diff --git a/cui/source/options/optbasic.cxx b/cui/source/options/optbasic.cxx index a3b428b611ff..7cddcc66dd4b 100644 --- a/cui/source/options/optbasic.cxx +++ b/cui/source/options/optbasic.cxx @@ -24,7 +24,6 @@ #include <officecfg/Office/BasicIDE.hxx> #include <boost/shared_ptr.hpp> #include <cuires.hrc> -#include <svtools/miscopt.hxx> SvxBasicIDEOptionsPage::SvxBasicIDEOptionsPage( Window* pParent, const SfxItemSet& rSet ) : SfxTabPage(pParent, "OptBasicIDEPage", "cui/ui/optbasicidepage.ui", rSet) |