Kaydet (Commit) 026f59d3 authored tarafından Matúš Kukan's avatar Matúš Kukan

Remove unused includes

Change-Id: Ic76f42da7f88357339240ba987d73297905cfe13
üst beddfe27
...@@ -20,15 +20,11 @@ ...@@ -20,15 +20,11 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_CONDFORMATBUFFER_HXX #ifndef INCLUDED_SC_SOURCE_FILTER_INC_CONDFORMATBUFFER_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_CONDFORMATBUFFER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_CONDFORMATBUFFER_HXX
#include <com/sun/star/sheet/ConditionOperator2.hpp>
#include "formulaparser.hxx" #include "formulaparser.hxx"
#include "worksheethelper.hxx" #include "worksheethelper.hxx"
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
#include <tools/color.hxx> #include <tools/color.hxx>
namespace com { namespace sun { namespace star {
namespace sheet { class XSheetConditionalEntries; }
} } }
class ScColorScaleFormat; class ScColorScaleFormat;
class ScDataBarFormat; class ScDataBarFormat;
struct ScDataBarFormatData; struct ScDataBarFormatData;
......
...@@ -19,20 +19,9 @@ ...@@ -19,20 +19,9 @@
#include "condformatbuffer.hxx" #include "condformatbuffer.hxx"
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/sheet/ConditionOperator2.hpp> #include <com/sun/star/sheet/ConditionOperator2.hpp>
#include <com/sun/star/sheet/XSheetCellRanges.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntries.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/sheet/XSpreadsheets.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/table/CellRangeAddress.hpp> #include <com/sun/star/table/CellRangeAddress.hpp>
#include <com/sun/star/table/XCellRange.hpp>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
...@@ -57,8 +46,6 @@ ...@@ -57,8 +46,6 @@
namespace oox { namespace oox {
namespace xls { namespace xls {
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::sheet; using namespace ::com::sun::star::sheet;
using namespace ::com::sun::star::style; using namespace ::com::sun::star::style;
using namespace ::com::sun::star::table; using namespace ::com::sun::star::table;
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include <com/sun/star/table/CellJustifyMethod.hpp> #include <com/sun/star/table/CellJustifyMethod.hpp>
#include <com/sun/star/table/TableBorder.hpp> #include <com/sun/star/table/TableBorder.hpp>
#include <com/sun/star/table/BorderLine2.hpp> #include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntries.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntry.hpp> #include <com/sun/star/sheet/XSheetConditionalEntry.hpp>
#include <com/sun/star/sheet/XSheetCondition.hpp> #include <com/sun/star/sheet/XSheetCondition.hpp>
#include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/beans/XPropertyState.hpp>
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <xmloff/xmltoken.hxx> #include <xmloff/xmltoken.hxx>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntries.hpp>
#include <com/sun/star/table/BorderLine2.hpp> #include <com/sun/star/table/BorderLine2.hpp>
#include <comphelper/extract.hxx> #include <comphelper/extract.hxx>
#include <xmloff/xmlprcon.hxx> #include <xmloff/xmlprcon.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment