[Libreoffice-commits] .: binfilter/bf_starmath binfilter/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Mar 8 04:31:08 PST 2012
binfilter/bf_starmath/source/starmath_register.cxx | 2 ++
binfilter/inc/bf_sfx2/objsh.hxx | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 4a2109f5e8cc415ca2a33a6da338be65a5b0ed13
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Mar 8 12:31:02 2012 +0000
fix build error
diff --git a/binfilter/bf_starmath/source/starmath_register.cxx b/binfilter/bf_starmath/source/starmath_register.cxx
index 1f32129..d2461ed 100644
--- a/binfilter/bf_starmath/source/starmath_register.cxx
+++ b/binfilter/bf_starmath/source/starmath_register.cxx
@@ -35,6 +35,8 @@
#include <cppuhelper/factory.hxx>
+#include <tools/table.hxx>
+
namespace binfilter {
using namespace ::rtl;
diff --git a/binfilter/inc/bf_sfx2/objsh.hxx b/binfilter/inc/bf_sfx2/objsh.hxx
index 9d39df6..2aacaf0 100644
--- a/binfilter/inc/bf_sfx2/objsh.hxx
+++ b/binfilter/inc/bf_sfx2/objsh.hxx
@@ -43,11 +43,12 @@
#include <vcl/timer.hxx>
#endif
#include <bf_svtools/poolitem.hxx>
-#include <bf_so3/so2defs.hxx>
#include <bf_so3/persist.hxx>
+#include <bf_so3/so2defs.hxx>
+#include <bf_so3/svstor.hxx>
+#include <tools/table.hxx>
#include <vcl/timer.hxx>
#include <vcl/bitmap.hxx>
-#include <bf_so3/svstor.hxx>
#include <rsc/rscsfx.hxx>
@@ -119,7 +120,6 @@ typedef sal_uInt32 SfxObjectShellFlags;
#define SFX_LOADED_IMAGES 2
#define SFX_LOADED_ALL 3
-
//--------------------------------------------------------------------
DECLARE_TABLE( SfxEventListTable, String* )
More information about the Libreoffice-commits
mailing list