From 336beb8b39c5486afd9b2aaa95ae897de3e13a29 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 21 Jun 2016 19:00:31 +0900 Subject: [PATCH] Drop unused #include Change-Id: Ic0cf4605cc7d02fdd537d05cbaa744c52126e6f1 Reviewed-on: https://gerrit.libreoffice.org/26545 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- starmath/source/smmod.cxx | 8 -------- starmath/source/symbol.cxx | 14 -------------- starmath/source/utility.cxx | 7 ------- 3 files changed, 29 deletions(-) diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index 02a45263e2ff..e394fe629f1e 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -17,17 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include -#include #include #include -#include #include #include -#include #include -#include #include #include #include "smmod.hxx" @@ -43,8 +37,6 @@ #define SmModule #include "smslots.hxx" -#include - SmResId::SmResId( sal_uInt16 nId ) : ResId(nId, *SM_MOD()->GetResMgr()) diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx index 3e6442cdb27d..b1b0bb16de91 100644 --- a/starmath/source/symbol.cxx +++ b/starmath/source/symbol.cxx @@ -17,14 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include -#include - -#include -#include - -#include #include #include @@ -37,12 +29,6 @@ #include "starmath.hrc" -using namespace ::com::sun::star::ucb; -using namespace ::com::sun::star::uno; - - -/**************************************************************************/ - SmSym::SmSym() : m_aName(OUString("unknown")), m_aSetName(OUString("unknown")), diff --git a/starmath/source/utility.cxx b/starmath/source/utility.cxx index 6983cb418468..6072c8fa213f 100644 --- a/starmath/source/utility.cxx +++ b/starmath/source/utility.cxx @@ -17,20 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include #include -#include -#include - -#include #include "starmath.hrc" #include "utility.hxx" #include "dialog.hxx" #include "view.hxx" -#include "smdll.hxx" // return pointer to active SmViewShell, if this is not possible