summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-07-04 15:48:02 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-07-07 17:22:50 +0200
commitd3b7252769edb502e33d6b487764ac9d0a9f487d (patch)
tree0249335f9192770e87a88f0c5507b5cd28dcdbb4 /sc
parenta3338f8969053f67a9034cb95b24aa228c2baee1 (diff)
remove unused include
Change-Id: Ia5a12fed570fcfc0db4e8080dd6cf3c2714293ab
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/workbookhelper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx
index 3ebf7024802b..048f754120c1 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -35,7 +35,6 @@
#include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <osl/thread.h>
-#include <oox/drawingml/theme.hxx>
#include <oox/helper/progressbar.hxx>
#include <oox/helper/propertyset.hxx>
#include <oox/ole/vbaproject.hxx>
@@ -102,7 +101,6 @@ using namespace ::com::sun::star::uno;
using ::oox::core::FilterBase;
using ::oox::core::FragmentHandler;
using ::oox::core::XmlFilterBase;
-using ::oox::drawingml::Theme;
bool IgnoreCaseCompare::operator()( const OUString& rName1, const OUString& rName2 ) const
{