[Libreoffice-commits] .: 2 commits - binfilter/bf_xmloff binfilter/inc
Lubos Lunak
llunak at kemper.freedesktop.org
Thu Jan 5 07:19:14 PST 2012
binfilter/bf_xmloff/source/core/xmloff_xmlexp.cxx | 1 +
binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx | 1 +
binfilter/inc/bf_starmath/smmod.hxx | 2 ++
binfilter/inc/bf_sw/shellres.hxx | 2 +-
4 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 87ca1791f234745ef6e1a06c61929bca470bc03d
Author: Marcel Metz <mmetz at adrian-broher.net>
Date: Tue Jan 3 15:18:41 2012 +0100
Added missing includes.
diff --git a/binfilter/bf_xmloff/source/core/xmloff_xmlexp.cxx b/binfilter/bf_xmloff/source/core/xmloff_xmlexp.cxx
index 6f7b2aa..b4d2d13 100644
--- a/binfilter/bf_xmloff/source/core/xmloff_xmlexp.cxx
+++ b/binfilter/bf_xmloff/source/core/xmloff_xmlexp.cxx
@@ -29,6 +29,7 @@
#include <rtl/uuid.h>
#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
+#include <tools/string.hxx>
#include <com/sun/star/document/XBinaryStreamResolver.hpp>
#include <com/sun/star/xml/sax/SAXInvalidCharacterException.hpp>
diff --git a/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx b/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx
index 1505eea..c67a9ec 100644
--- a/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx
+++ b/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx
@@ -34,6 +34,7 @@
#include <tools/time.hxx>
+#include <tools/string.hxx>
#include <unotools/bootstrap.hxx>
#include <rtl/bootstrap.hxx>
commit c18c1fab778db040e5c5b9657e826eb90345ff00
Author: Marcel Metz <mmetz at adrian-broher.net>
Date: Tue Jan 3 15:18:35 2012 +0100
Added missing includes.
diff --git a/binfilter/inc/bf_starmath/smmod.hxx b/binfilter/inc/bf_starmath/smmod.hxx
index f3f4ec4..1ec73db 100644
--- a/binfilter/inc/bf_starmath/smmod.hxx
+++ b/binfilter/inc/bf_starmath/smmod.hxx
@@ -29,6 +29,8 @@
#ifndef _SMMOD_HXX
#define _SMMOD_HXX
+#include <i18npool/lang.h>
+#include <tools/rc.hxx>
#include <tools/resary.hxx>
#include <bf_svtools/lstner.hxx>
#include <bf_svtools/colorcfg.hxx>
diff --git a/binfilter/inc/bf_sw/shellres.hxx b/binfilter/inc/bf_sw/shellres.hxx
index 847d749..9f6c979 100644
--- a/binfilter/inc/bf_sw/shellres.hxx
+++ b/binfilter/inc/bf_sw/shellres.hxx
@@ -31,7 +31,7 @@
#include <bf_svtools/bf_solar.h>
-
+#include <tools/rc.hxx>
#include <vcl/bitmap.hxx>
#ifndef _SVSTDARR_HXX
More information about the Libreoffice-commits
mailing list