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