diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:13:13 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:38:51 +0100 |
commit | 53d27eb2077794b3fa785576f011f9c358561d51 (patch) | |
tree | 39c5a1934461a1d9deccd8e13b8bcff569419f42 /starmath/source | |
parent | a1cfce768f83842defd8068a8eba5ed3eaeea255 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/smdetect.hxx | 1 | ||||
-rw-r--r-- | starmath/source/unodoc.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/starmath/source/smdetect.hxx b/starmath/source/smdetect.hxx index ae5fc38852ce..3513bb6c0e9b 100644 --- a/starmath/source/smdetect.hxx +++ b/starmath/source/smdetect.hxx @@ -40,7 +40,6 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <cppuhelper/factory.hxx> #include <tools/link.hxx> -#include <tools/string.hxx> class SfxObjectFactory; class SfxFilterMatcher; diff --git a/starmath/source/unodoc.cxx b/starmath/source/unodoc.cxx index 2e992dc308c8..81d736ffe823 100644 --- a/starmath/source/unodoc.cxx +++ b/starmath/source/unodoc.cxx @@ -29,7 +29,6 @@ // System - Includes ----------------------------------------------------- -#include <tools/string.hxx> #include <sfx2/docfac.hxx> #include <sfx2/sfxmodelfactory.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> |