summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-27 13:39:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-27 13:40:10 +0100
commit110d272675e0d1444e702ba268786a0344e4b069 (patch)
treec83df97331b59777f281d28a55c5567e8a8c5501 /oox
parentWaE: scary msvc2008 warning about using delete on an incomplete type (diff)
downloadcore-110d272675e0d1444e702ba268786a0344e4b069.tar.gz
core-110d272675e0d1444e702ba268786a0344e4b069.zip
include oox/token/properties.hxx directly where needed
Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/helper/propertyset.hxx1
-rw-r--r--oox/source/core/xmlfilterbase.cxx1
-rw-r--r--oox/source/drawingml/chart/datasourceconverter.cxx1
-rw-r--r--oox/source/helper/graphichelper.cxx1
-rw-r--r--oox/source/ole/vbaproject.cxx1
5 files changed, 4 insertions, 1 deletions
diff --git a/oox/inc/oox/helper/propertyset.hxx b/oox/inc/oox/helper/propertyset.hxx
index 9f47f34a03f6..5e9b31218c3f 100644
--- a/oox/inc/oox/helper/propertyset.hxx
+++ b/oox/inc/oox/helper/propertyset.hxx
@@ -32,7 +32,6 @@
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
-#include "oox/token/properties.hxx"
#include "oox/dllapi.h"
namespace oox {
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx
index f1aebdd39918..24a1391572d4 100644
--- a/oox/source/core/xmlfilterbase.cxx
+++ b/oox/source/core/xmlfilterbase.cxx
@@ -48,6 +48,7 @@
#include "oox/helper/containerhelper.hxx"
#include "oox/helper/propertyset.hxx"
#include "oox/helper/zipstorage.hxx"
+#include "oox/token/properties.hxx"
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XOOXMLDocumentPropertiesImporter.hpp>
#include <com/sun/star/xml/dom/XDocument.hpp>
diff --git a/oox/source/drawingml/chart/datasourceconverter.cxx b/oox/source/drawingml/chart/datasourceconverter.cxx
index 4f5da6e72a8c..f563aeba8150 100644
--- a/oox/source/drawingml/chart/datasourceconverter.cxx
+++ b/oox/source/drawingml/chart/datasourceconverter.cxx
@@ -31,6 +31,7 @@
#include <com/sun/star/chart2/XChartDocument.hpp>
#include "oox/drawingml/chart/chartconverter.hxx"
#include "oox/drawingml/chart/datasourcemodel.hxx"
+#include "oox/token/properties.hxx"
namespace oox {
namespace drawingml {
diff --git a/oox/source/helper/graphichelper.cxx b/oox/source/helper/graphichelper.cxx
index 66f631356be6..53ddb54e0723 100644
--- a/oox/source/helper/graphichelper.cxx
+++ b/oox/source/helper/graphichelper.cxx
@@ -42,6 +42,7 @@
#include <svtools/wmf.hxx>
#include "oox/helper/containerhelper.hxx"
#include "oox/helper/propertyset.hxx"
+#include "oox/token/properties.hxx"
#include "oox/token/tokens.hxx"
namespace oox {
diff --git a/oox/source/ole/vbaproject.cxx b/oox/source/ole/vbaproject.cxx
index 0dfb1dc4a133..ff0b0f249326 100644
--- a/oox/source/ole/vbaproject.cxx
+++ b/oox/source/ole/vbaproject.cxx
@@ -51,6 +51,7 @@
#include "oox/ole/vbahelper.hxx"
#include "oox/ole/vbainputstream.hxx"
#include "oox/ole/vbamodule.hxx"
+#include "oox/token/properties.hxx"
namespace oox {
namespace ole {