summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-06-21 19:00:31 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-06-22 00:15:43 +0000
commit336beb8b39c5486afd9b2aaa95ae897de3e13a29 (patch)
tree2b0da24cedf6c9ea16311a3334f1e2b3fa811605 /starmath
parente505ab71991546ce5d9ec9ee2622493193475b9d (diff)
Drop unused #include
Change-Id: Ic0cf4605cc7d02fdd537d05cbaa744c52126e6f1 Reviewed-on: https://gerrit.libreoffice.org/26545 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/smmod.cxx8
-rw-r--r--starmath/source/symbol.cxx14
-rw-r--r--starmath/source/utility.cxx7
3 files changed, 0 insertions, 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 <tools/globname.hxx>
-#include <vcl/status.hxx>
-#include <sfx2/msg.hxx>
#include <sfx2/objface.hxx>
#include <svl/whiter.hxx>
-#include <sfx2/request.hxx>
#include <sfx2/sfx.hrc>
#include <sfx2/viewsh.hxx>
-#include <vcl/wrkwin.hxx>
#include <svx/svxids.hrc>
-#include <vcl/msgbox.hxx>
#include <vcl/virdev.hxx>
#include <unotools/syslocale.hxx>
#include "smmod.hxx"
@@ -43,8 +37,6 @@
#define SmModule
#include "smslots.hxx"
-#include <svx/xmlsecctrl.hxx>
-
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 <osl/mutex.hxx>
-#include <ucbhelper/content.hxx>
-#include <vcl/msgbox.hxx>
-
-#include <sfx2/dispatch.hxx>
-#include <sfx2/docfile.hxx>
-
-#include <map>
#include <vector>
#include <iterator>
@@ -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 <sfx2/app.hxx>
-#include <vcl/virdev.hxx>
#include <vcl/builderfactory.hxx>
-#include <tools/tenccvt.hxx>
-#include <osl/thread.h>
-
-#include <tools/stream.hxx>
#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