summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-08 12:31:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-08 12:31:02 +0000
commit4a2109f5e8cc415ca2a33a6da338be65a5b0ed13 (patch)
treeb297a8fbbc313d79fee8b4e1eb95f95bb33ad03a
parentadd initial explanatory documentation (diff)
downloadbinfilter-4a2109f5e8cc415ca2a33a6da338be65a5b0ed13.tar.gz
binfilter-4a2109f5e8cc415ca2a33a6da338be65a5b0ed13.zip
fix build error
-rw-r--r--binfilter/bf_starmath/source/starmath_register.cxx2
-rw-r--r--binfilter/inc/bf_sfx2/objsh.hxx6
2 files changed, 5 insertions, 3 deletions
diff --git a/binfilter/bf_starmath/source/starmath_register.cxx b/binfilter/bf_starmath/source/starmath_register.cxx
index 1f32129b2..d2461ed51 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 9d39df650..2aacaf005 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* )