From d3b7252769edb502e33d6b487764ac9d0a9f487d Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 4 Jul 2014 15:48:02 +0200 Subject: remove unused include Change-Id: Ia5a12fed570fcfc0db4e8080dd6cf3c2714293ab --- sc/source/filter/oox/workbookhelper.cxx | 2 -- 1 file changed, 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 #include #include -#include #include #include #include @@ -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 { -- cgit