summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-10 18:19:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-11 01:55:39 +0200
commit2bac61013e57013bccac8c9d76482b34b5db7f69 (patch)
tree4a4cdae419248459eae6c276152b2864138980dd /sc/source/filter/inc
parent2ce779cd0cc750a0e2f6a10ae7f2cb0e6fbcdab5 (diff)
fix-includes.pl: sc
Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
Diffstat (limited to 'sc/source/filter/inc')
-rw-r--r--sc/source/filter/inc/autofilterbuffer.hxx2
-rw-r--r--sc/source/filter/inc/biffcodec.hxx2
-rw-r--r--sc/source/filter/inc/biffhelper.hxx2
-rw-r--r--sc/source/filter/inc/biffinputstream.hxx2
-rw-r--r--sc/source/filter/inc/connectionsbuffer.hxx2
-rw-r--r--sc/source/filter/inc/drawingbase.hxx2
-rw-r--r--sc/source/filter/inc/drawingfragment.hxx14
-rw-r--r--sc/source/filter/inc/excelchartconverter.hxx2
-rw-r--r--sc/source/filter/inc/excelfilter.hxx2
-rw-r--r--sc/source/filter/inc/excelhandlers.hxx2
-rw-r--r--sc/source/filter/inc/excelvbaproject.hxx2
-rw-r--r--sc/source/filter/inc/externallinkbuffer.hxx2
-rw-r--r--sc/source/filter/inc/formulabase.hxx4
-rw-r--r--sc/source/filter/inc/formulabuffer.hxx8
-rw-r--r--sc/source/filter/inc/imp_op.hxx2
-rw-r--r--sc/source/filter/inc/orcusinterface.hxx2
-rw-r--r--sc/source/filter/inc/pivotcachebuffer.hxx4
-rw-r--r--sc/source/filter/inc/richstring.hxx2
-rw-r--r--sc/source/filter/inc/scenariobuffer.hxx4
-rw-r--r--sc/source/filter/inc/stylesbuffer.hxx8
-rw-r--r--sc/source/filter/inc/themebuffer.hxx2
-rw-r--r--sc/source/filter/inc/workbookhelper.hxx4
-rw-r--r--sc/source/filter/inc/worksheetbuffer.hxx4
-rw-r--r--sc/source/filter/inc/worksheethelper.hxx6
-rw-r--r--sc/source/filter/inc/xeescher.hxx4
-rw-r--r--sc/source/filter/inc/xiescher.hxx2
26 files changed, 46 insertions, 46 deletions
diff --git a/sc/source/filter/inc/autofilterbuffer.hxx b/sc/source/filter/inc/autofilterbuffer.hxx
index 4707d1f3fc41..b96c753e868c 100644
--- a/sc/source/filter/inc/autofilterbuffer.hxx
+++ b/sc/source/filter/inc/autofilterbuffer.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SC_SOURCE_FILTER_INC_AUTOFILTERBUFFER_HXX
#include <com/sun/star/table/CellRangeAddress.hpp>
-#include "oox/helper/refvector.hxx"
+#include <oox/helper/refvector.hxx>
#include "workbookhelper.hxx"
namespace com { namespace sun { namespace star {
diff --git a/sc/source/filter/inc/biffcodec.hxx b/sc/source/filter/inc/biffcodec.hxx
index d89de5f190eb..53acf7dd8681 100644
--- a/sc/source/filter/inc/biffcodec.hxx
+++ b/sc/source/filter/inc/biffcodec.hxx
@@ -22,7 +22,7 @@
#include <vector>
#include <comphelper/docpasswordhelper.hxx>
-#include "oox/core/binarycodec.hxx"
+#include <oox/core/binarycodec.hxx>
#include "workbookhelper.hxx"
namespace oox {
diff --git a/sc/source/filter/inc/biffhelper.hxx b/sc/source/filter/inc/biffhelper.hxx
index 826fbff8e27a..80086bd3e055 100644
--- a/sc/source/filter/inc/biffhelper.hxx
+++ b/sc/source/filter/inc/biffhelper.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_BIFFHELPER_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_BIFFHELPER_HXX
-#include "oox/helper/binarystreambase.hxx"
+#include <oox/helper/binarystreambase.hxx>
namespace oox { class SequenceInputStream; }
diff --git a/sc/source/filter/inc/biffinputstream.hxx b/sc/source/filter/inc/biffinputstream.hxx
index 280a4ad2f475..411f16da7e4b 100644
--- a/sc/source/filter/inc/biffinputstream.hxx
+++ b/sc/source/filter/inc/biffinputstream.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SC_SOURCE_FILTER_INC_BIFFINPUTSTREAM_HXX
#include <vector>
-#include "oox/helper/binaryinputstream.hxx"
+#include <oox/helper/binaryinputstream.hxx>
#include "biffhelper.hxx"
#include "biffcodec.hxx"
diff --git a/sc/source/filter/inc/connectionsbuffer.hxx b/sc/source/filter/inc/connectionsbuffer.hxx
index 5b6ad62b3ed7..00cd1d03c73c 100644
--- a/sc/source/filter/inc/connectionsbuffer.hxx
+++ b/sc/source/filter/inc/connectionsbuffer.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_CONNECTIONSBUFFER_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_CONNECTIONSBUFFER_HXX
-#include "oox/helper/refvector.hxx"
+#include <oox/helper/refvector.hxx>
#include "workbookhelper.hxx"
namespace oox {
diff --git a/sc/source/filter/inc/drawingbase.hxx b/sc/source/filter/inc/drawingbase.hxx
index 1a6231256a84..31c63cce7ca3 100644
--- a/sc/source/filter/inc/drawingbase.hxx
+++ b/sc/source/filter/inc/drawingbase.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_DRAWINGBASE_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_DRAWINGBASE_HXX
-#include "oox/drawingml/drawingmltypes.hxx"
+#include <oox/drawingml/drawingmltypes.hxx>
#include "worksheethelper.hxx"
#include <com/sun/star/drawing/XShape.hpp>
diff --git a/sc/source/filter/inc/drawingfragment.hxx b/sc/source/filter/inc/drawingfragment.hxx
index 0acd9e4150a4..58ce0bafb0e5 100644
--- a/sc/source/filter/inc/drawingfragment.hxx
+++ b/sc/source/filter/inc/drawingfragment.hxx
@@ -22,13 +22,13 @@
#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/awt/Size.hpp>
-#include "oox/drawingml/shapegroupcontext.hxx"
-#include "oox/ole/axcontrol.hxx"
-#include "oox/drawingml/shape.hxx"
-#include "oox/ole/vbaproject.hxx"
-#include "oox/vml/vmldrawing.hxx"
-#include "oox/vml/vmldrawingfragment.hxx"
-#include "oox/vml/vmltextbox.hxx"
+#include <oox/drawingml/shapegroupcontext.hxx>
+#include <oox/ole/axcontrol.hxx>
+#include <oox/drawingml/shape.hxx>
+#include <oox/ole/vbaproject.hxx>
+#include <oox/vml/vmldrawing.hxx>
+#include <oox/vml/vmldrawingfragment.hxx>
+#include <oox/vml/vmltextbox.hxx>
#include "drawingbase.hxx"
#include "excelhandlers.hxx"
diff --git a/sc/source/filter/inc/excelchartconverter.hxx b/sc/source/filter/inc/excelchartconverter.hxx
index 1f8dd6ee2a8a..383c1d561dc3 100644
--- a/sc/source/filter/inc/excelchartconverter.hxx
+++ b/sc/source/filter/inc/excelchartconverter.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXCELCHARTCONVERTER_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_EXCELCHARTCONVERTER_HXX
-#include "oox/drawingml/chart/chartconverter.hxx"
+#include <oox/drawingml/chart/chartconverter.hxx>
#include "workbookhelper.hxx"
namespace oox {
diff --git a/sc/source/filter/inc/excelfilter.hxx b/sc/source/filter/inc/excelfilter.hxx
index 21d445e77d4a..42430180d360 100644
--- a/sc/source/filter/inc/excelfilter.hxx
+++ b/sc/source/filter/inc/excelfilter.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXCELFILTER_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_EXCELFILTER_HXX
-#include "oox/core/xmlfilterbase.hxx"
+#include <oox/core/xmlfilterbase.hxx>
namespace oox {
namespace xls {
diff --git a/sc/source/filter/inc/excelhandlers.hxx b/sc/source/filter/inc/excelhandlers.hxx
index c52813aa7bfe..581b750f6131 100644
--- a/sc/source/filter/inc/excelhandlers.hxx
+++ b/sc/source/filter/inc/excelhandlers.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXCELHANDLERS_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_EXCELHANDLERS_HXX
-#include "oox/core/fragmenthandler2.hxx"
+#include <oox/core/fragmenthandler2.hxx>
#include "worksheethelper.hxx"
namespace oox {
diff --git a/sc/source/filter/inc/excelvbaproject.hxx b/sc/source/filter/inc/excelvbaproject.hxx
index 45ef1501eeff..56d41cf170b7 100644
--- a/sc/source/filter/inc/excelvbaproject.hxx
+++ b/sc/source/filter/inc/excelvbaproject.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXCELVBAPROJECT_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_EXCELVBAPROJECT_HXX
-#include "oox/ole/vbaproject.hxx"
+#include <oox/ole/vbaproject.hxx>
namespace com { namespace sun { namespace star {
namespace sheet { class XSpreadsheetDocument; }
diff --git a/sc/source/filter/inc/externallinkbuffer.hxx b/sc/source/filter/inc/externallinkbuffer.hxx
index a0c44725f346..6954f1c6e739 100644
--- a/sc/source/filter/inc/externallinkbuffer.hxx
+++ b/sc/source/filter/inc/externallinkbuffer.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SC_SOURCE_FILTER_INC_EXTERNALLINKBUFFER_HXX
#include <com/sun/star/sheet/ExternalLinkInfo.hpp>
-#include "oox/helper/containerhelper.hxx"
+#include <oox/helper/containerhelper.hxx>
#include "defnamesbuffer.hxx"
namespace com { namespace sun { namespace star {
diff --git a/sc/source/filter/inc/formulabase.hxx b/sc/source/filter/inc/formulabase.hxx
index 3745a4a2186b..8c2765f0f2e5 100644
--- a/sc/source/filter/inc/formulabase.hxx
+++ b/sc/source/filter/inc/formulabase.hxx
@@ -26,8 +26,8 @@
#include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/table/CellRangeAddress.hpp>
#include <com/sun/star/uno/Sequence.hxx>
-#include "oox/helper/propertyset.hxx"
-#include "oox/helper/refvector.hxx"
+#include <oox/helper/propertyset.hxx>
+#include <oox/helper/refvector.hxx>
#include "addressconverter.hxx"
namespace com { namespace sun { namespace star {
diff --git a/sc/source/filter/inc/formulabuffer.hxx b/sc/source/filter/inc/formulabuffer.hxx
index 9eb5ce68101e..7b45e8957662 100644
--- a/sc/source/filter/inc/formulabuffer.hxx
+++ b/sc/source/filter/inc/formulabuffer.hxx
@@ -11,10 +11,10 @@
#define INCLUDED_SC_SOURCE_FILTER_INC_FORMULABUFFER_HXX
#include <utility>
-#include "oox/helper/refmap.hxx"
-#include "oox/helper/refvector.hxx"
-#include "salhelper/thread.hxx"
-#include "osl/mutex.hxx"
+#include <oox/helper/refmap.hxx>
+#include <oox/helper/refvector.hxx>
+#include <salhelper/thread.hxx>
+#include <osl/mutex.hxx>
#include "workbookhelper.hxx"
#include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/table/CellRangeAddress.hpp>
diff --git a/sc/source/filter/inc/imp_op.hxx b/sc/source/filter/inc/imp_op.hxx
index d4767bedf55c..39063ff9c6d9 100644
--- a/sc/source/filter/inc/imp_op.hxx
+++ b/sc/source/filter/inc/imp_op.hxx
@@ -30,7 +30,7 @@
#include "otlnbuff.hxx"
#include "colrowst.hxx"
#include "excdefs.hxx"
-#include "rtl/ref.hxx"
+#include <rtl/ref.hxx>
#include <boost/shared_ptr.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
diff --git a/sc/source/filter/inc/orcusinterface.hxx b/sc/source/filter/inc/orcusinterface.hxx
index be7ceb91322d..9c37aae9ae68 100644
--- a/sc/source/filter/inc/orcusinterface.hxx
+++ b/sc/source/filter/inc/orcusinterface.hxx
@@ -15,7 +15,7 @@
#include "sharedformulagroups.hxx"
-#include "rtl/strbuf.hxx"
+#include <rtl/strbuf.hxx>
#define __ORCUS_STATIC_LIB
#include <orcus/spreadsheet/import_interface.hpp>
diff --git a/sc/source/filter/inc/pivotcachebuffer.hxx b/sc/source/filter/inc/pivotcachebuffer.hxx
index b6bca832826c..ffac9cff134a 100644
--- a/sc/source/filter/inc/pivotcachebuffer.hxx
+++ b/sc/source/filter/inc/pivotcachebuffer.hxx
@@ -23,8 +23,8 @@
#include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/table/CellRangeAddress.hpp>
#include <com/sun/star/util/DateTime.hpp>
-#include "oox/helper/containerhelper.hxx"
-#include "oox/helper/refvector.hxx"
+#include <oox/helper/containerhelper.hxx>
+#include <oox/helper/refvector.hxx>
#include "workbookhelper.hxx"
namespace com { namespace sun { namespace star {
diff --git a/sc/source/filter/inc/richstring.hxx b/sc/source/filter/inc/richstring.hxx
index fc1055d26284..d26ce765c8ee 100644
--- a/sc/source/filter/inc/richstring.hxx
+++ b/sc/source/filter/inc/richstring.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_RICHSTRING_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_RICHSTRING_HXX
-#include "oox/helper/refvector.hxx"
+#include <oox/helper/refvector.hxx>
#include "stylesbuffer.hxx"
class EditTextObject;
diff --git a/sc/source/filter/inc/scenariobuffer.hxx b/sc/source/filter/inc/scenariobuffer.hxx
index 8459350512f5..6afad59b8b8c 100644
--- a/sc/source/filter/inc/scenariobuffer.hxx
+++ b/sc/source/filter/inc/scenariobuffer.hxx
@@ -21,8 +21,8 @@
#define INCLUDED_SC_SOURCE_FILTER_INC_SCENARIOBUFFER_HXX
#include <com/sun/star/table/CellAddress.hpp>
-#include "oox/helper/refmap.hxx"
-#include "oox/helper/refvector.hxx"
+#include <oox/helper/refmap.hxx>
+#include <oox/helper/refvector.hxx>
#include "workbookhelper.hxx"
namespace oox {
diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx
index b65c1349b877..7f3a73242522 100644
--- a/sc/source/filter/inc/stylesbuffer.hxx
+++ b/sc/source/filter/inc/stylesbuffer.hxx
@@ -26,10 +26,10 @@
#include <com/sun/star/table/CellVertJustify2.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/util/CellProtection.hpp>
-#include "oox/drawingml/color.hxx"
-#include "oox/helper/graphichelper.hxx"
-#include "oox/helper/refmap.hxx"
-#include "oox/helper/refvector.hxx"
+#include <oox/drawingml/color.hxx>
+#include <oox/helper/graphichelper.hxx>
+#include <oox/helper/refmap.hxx>
+#include <oox/helper/refvector.hxx>
#include "numberformatsbuffer.hxx"
#include "patattr.hxx"
#include "stlsheet.hxx"
diff --git a/sc/source/filter/inc/themebuffer.hxx b/sc/source/filter/inc/themebuffer.hxx
index 8657d7edaa23..0617c2128762 100644
--- a/sc/source/filter/inc/themebuffer.hxx
+++ b/sc/source/filter/inc/themebuffer.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_THEMEBUFFER_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_THEMEBUFFER_HXX
-#include "oox/drawingml/theme.hxx"
+#include <oox/drawingml/theme.hxx>
#include "workbookhelper.hxx"
namespace oox {
diff --git a/sc/source/filter/inc/workbookhelper.hxx b/sc/source/filter/inc/workbookhelper.hxx
index ef3977b69f24..892992543912 100644
--- a/sc/source/filter/inc/workbookhelper.hxx
+++ b/sc/source/filter/inc/workbookhelper.hxx
@@ -22,8 +22,8 @@
#include <boost/shared_ptr.hpp>
#include <rtl/ref.hxx>
-#include "oox/helper/storagebase.hxx"
-#include "oox/drawingml/chart/chartconverter.hxx"
+#include <oox/helper/storagebase.hxx>
+#include <oox/drawingml/chart/chartconverter.hxx>
#include "biffhelper.hxx"
#include "rangenam.hxx"
diff --git a/sc/source/filter/inc/worksheetbuffer.hxx b/sc/source/filter/inc/worksheetbuffer.hxx
index f34ceb30dd54..69fafa118af1 100644
--- a/sc/source/filter/inc/worksheetbuffer.hxx
+++ b/sc/source/filter/inc/worksheetbuffer.hxx
@@ -21,8 +21,8 @@
#define INCLUDED_SC_SOURCE_FILTER_INC_WORKSHEETBUFFER_HXX
#include <utility>
-#include "oox/helper/refmap.hxx"
-#include "oox/helper/refvector.hxx"
+#include <oox/helper/refmap.hxx>
+#include <oox/helper/refvector.hxx>
#include "workbookhelper.hxx"
namespace com { namespace sun { namespace star {
diff --git a/sc/source/filter/inc/worksheethelper.hxx b/sc/source/filter/inc/worksheethelper.hxx
index 63f889095a9f..26c69995f133 100644
--- a/sc/source/filter/inc/worksheethelper.hxx
+++ b/sc/source/filter/inc/worksheethelper.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_WORKSHEETHELPER_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_WORKSHEETHELPER_HXX
-#include "oox/helper/containerhelper.hxx"
-#include "oox/helper/progressbar.hxx"
-#include "oox/ole/olehelper.hxx"
+#include <oox/helper/containerhelper.hxx>
+#include <oox/helper/progressbar.hxx>
+#include <oox/ole/olehelper.hxx>
#include "addressconverter.hxx"
#include "formulabase.hxx"
diff --git a/sc/source/filter/inc/xeescher.hxx b/sc/source/filter/inc/xeescher.hxx
index b58dc62ce992..599cc5eb7838 100644
--- a/sc/source/filter/inc/xeescher.hxx
+++ b/sc/source/filter/inc/xeescher.hxx
@@ -25,9 +25,9 @@
#include "xcl97rec.hxx"
#include "xlescher.hxx"
#include <com/sun/star/chart/XChartDocument.hpp>
-#include "svx/sdtaitm.hxx"
+#include <svx/sdtaitm.hxx>
#include <boost/shared_ptr.hpp>
-#include "rtl/ustring.hxx"
+#include <rtl/ustring.hxx>
class ScPostIt;
diff --git a/sc/source/filter/inc/xiescher.hxx b/sc/source/filter/inc/xiescher.hxx
index fb8d778e24bb..6d2bc2e2ec0e 100644
--- a/sc/source/filter/inc/xiescher.hxx
+++ b/sc/source/filter/inc/xiescher.hxx
@@ -29,7 +29,7 @@
#include "xistring.hxx"
#include <boost/shared_ptr.hpp>
#include <oox/ole/olehelper.hxx>
-#include "rtl/ustring.hxx"
+#include <rtl/ustring.hxx>
namespace com { namespace sun { namespace star {
namespace drawing { class XShape; }