[Libreoffice-commits] core.git: oox/source writerfilter/source

Douglas Mencken dougmencken at gmail.com
Mon Mar 31 04:38:21 PDT 2014


 oox/source/core/xmlfilterbase.cxx                    |    1 +
 writerfilter/source/dmapper/BorderHandler.hxx        |    1 +
 writerfilter/source/dmapper/CellColorHandler.hxx     |    1 +
 writerfilter/source/dmapper/CellMarginHandler.hxx    |    1 +
 writerfilter/source/dmapper/FFDataHandler.hxx        |    1 +
 writerfilter/source/dmapper/LatentStyleHandler.hxx   |    1 +
 writerfilter/source/dmapper/MeasureHandler.hxx       |    1 +
 writerfilter/source/dmapper/SectionColumnHandler.hxx |    2 +-
 8 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 80932c9e27c9be592be8efca0ce637f09a158e2e
Author: Douglas Mencken <dougmencken at gmail.com>
Date:   Sun Mar 30 14:47:23 2014 -0400

    oox, writerfilter: add missing headers for C++ containers
    
    Change-Id: Ied05627a0b5fdb8e5fd4a1b071ce32d901f07961
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx
index b8fcfdb..bb8e114 100644
--- a/oox/source/core/xmlfilterbase.cxx
+++ b/oox/source/core/xmlfilterbase.cxx
@@ -20,6 +20,7 @@
 #include "oox/core/xmlfilterbase.hxx"
 
 #include <cstdio>
+#include <set>
 #include <com/sun/star/container/XNameContainer.hpp>
 #include <com/sun/star/embed/XRelationshipAccess.hpp>
 #include <com/sun/star/xml/sax/InputSource.hpp>
diff --git a/writerfilter/source/dmapper/BorderHandler.hxx b/writerfilter/source/dmapper/BorderHandler.hxx
index f00b5b3..dda5828 100644
--- a/writerfilter/source/dmapper/BorderHandler.hxx
+++ b/writerfilter/source/dmapper/BorderHandler.hxx
@@ -19,6 +19,7 @@
 #ifndef INCLUDED_BORDERHANDLER_HXX
 #define INCLUDED_BORDERHANDLER_HXX
 
+#include <vector>
 #include <WriterFilterDllApi.hxx>
 #include <resourcemodel/LoggedResources.hxx>
 #include <boost/shared_ptr.hpp>
diff --git a/writerfilter/source/dmapper/CellColorHandler.hxx b/writerfilter/source/dmapper/CellColorHandler.hxx
index 4ba0ba8..8ee753d 100644
--- a/writerfilter/source/dmapper/CellColorHandler.hxx
+++ b/writerfilter/source/dmapper/CellColorHandler.hxx
@@ -22,6 +22,7 @@
 #include <WriterFilterDllApi.hxx>
 #include <resourcemodel/LoggedResources.hxx>
 #include <boost/shared_ptr.hpp>
+#include <vector>
 
 #include <com/sun/star/beans/PropertyValue.hpp>
 
diff --git a/writerfilter/source/dmapper/CellMarginHandler.hxx b/writerfilter/source/dmapper/CellMarginHandler.hxx
index 34f758f..533f757 100644
--- a/writerfilter/source/dmapper/CellMarginHandler.hxx
+++ b/writerfilter/source/dmapper/CellMarginHandler.hxx
@@ -22,6 +22,7 @@
 #include <WriterFilterDllApi.hxx>
 #include <resourcemodel/LoggedResources.hxx>
 #include <boost/shared_ptr.hpp>
+#include <vector>
 #include <com/sun/star/beans/PropertyValue.hpp>
 
 namespace writerfilter {
diff --git a/writerfilter/source/dmapper/FFDataHandler.hxx b/writerfilter/source/dmapper/FFDataHandler.hxx
index 31e1a17..1c722e6 100644
--- a/writerfilter/source/dmapper/FFDataHandler.hxx
+++ b/writerfilter/source/dmapper/FFDataHandler.hxx
@@ -20,6 +20,7 @@
 #define INCLUDED_FFDataHandler_HXX
 #include <resourcemodel/LoggedResources.hxx>
 #include <rtl/ustring.hxx>
+#include <vector>
 namespace writerfilter {
 namespace dmapper {
 class FFDataHandler : public LoggedProperties
diff --git a/writerfilter/source/dmapper/LatentStyleHandler.hxx b/writerfilter/source/dmapper/LatentStyleHandler.hxx
index edb78e3..62b830a 100644
--- a/writerfilter/source/dmapper/LatentStyleHandler.hxx
+++ b/writerfilter/source/dmapper/LatentStyleHandler.hxx
@@ -11,6 +11,7 @@
 
 #include <resourcemodel/LoggedResources.hxx>
 #include <boost/shared_ptr.hpp>
+#include <vector>
 #include <com/sun/star/beans/PropertyValue.hpp>
 
 namespace writerfilter
diff --git a/writerfilter/source/dmapper/MeasureHandler.hxx b/writerfilter/source/dmapper/MeasureHandler.hxx
index acba84c..09ea006 100644
--- a/writerfilter/source/dmapper/MeasureHandler.hxx
+++ b/writerfilter/source/dmapper/MeasureHandler.hxx
@@ -22,6 +22,7 @@
 #include <WriterFilterDllApi.hxx>
 #include <resourcemodel/LoggedResources.hxx>
 #include <boost/shared_ptr.hpp>
+#include <vector>
 #include <com/sun/star/beans/PropertyValue.hpp>
 
 namespace writerfilter {
diff --git a/writerfilter/source/dmapper/SectionColumnHandler.hxx b/writerfilter/source/dmapper/SectionColumnHandler.hxx
index 77bbaf6..9378724 100644
--- a/writerfilter/source/dmapper/SectionColumnHandler.hxx
+++ b/writerfilter/source/dmapper/SectionColumnHandler.hxx
@@ -22,7 +22,7 @@
 #include <WriterFilterDllApi.hxx>
 #include <resourcemodel/LoggedResources.hxx>
 #include <boost/shared_ptr.hpp>
-
+#include <vector>
 
 namespace writerfilter {
 namespace dmapper


More information about the Libreoffice-commits mailing list