diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-07-04 15:48:02 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-07-07 17:22:50 +0200 |
commit | d3b7252769edb502e33d6b487764ac9d0a9f487d (patch) | |
tree | 0249335f9192770e87a88f0c5507b5cd28dcdbb4 | |
parent | a3338f8969053f67a9034cb95b24aa228c2baee1 (diff) |
remove unused include
Change-Id: Ia5a12fed570fcfc0db4e8080dd6cf3c2714293ab
-rw-r--r-- | sc/source/filter/oox/workbookhelper.cxx | 2 |
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 { |