summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-21 20:45:47 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-21 21:05:34 -0500
commitc2d11710716f3ec5696f3402951be0d7539fe376 (patch)
treec582808194a6817dea1cb9f2f89bf040bda05a07 /include
parent5432e2a5ef7a3e131d2496e19bd0c6a86955319f (diff)
Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.
Change-Id: Iaf287912a52eb8785c687a13536fc170094425c7
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/app.hxx3
-rw-r--r--include/sfx2/mnuitem.hxx1
2 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx
index d0a045996e9f..a9bff02e9335 100644
--- a/include/sfx2/app.hxx
+++ b/include/sfx2/app.hxx
@@ -35,7 +35,6 @@
// header file because in former times SfxApplication was derived from it
#include <vcl/svapp.hxx>
-#include <sfx2/mnuitem.hxx>
#include <sfx2/shell.hxx>
#include <sfx2/stbitem.hxx>
#include <sfx2/tbxctrl.hxx>
@@ -62,7 +61,7 @@ class SfxEventConfiguration;
class SfxEventHint;
class SfxItemSet;
class SfxMedium;
-typedef boost::ptr_vector<SfxMenuCtrlFactory> SfxMenuCtrlFactArr_Impl;
+class SfxMenuCtrlFactArr_Impl;
class SfxNewFileDialog;
class SfxObjectShell;
typedef ::std::vector<SfxObjectShell*> SfxObjectShellArr_Impl;
diff --git a/include/sfx2/mnuitem.hxx b/include/sfx2/mnuitem.hxx
index ff0816e373d7..0ddfe024242b 100644
--- a/include/sfx2/mnuitem.hxx
+++ b/include/sfx2/mnuitem.hxx
@@ -25,6 +25,7 @@
#include <sal/config.h>
#include <sfx2/ctrlitem.hxx>
#include <sfx2/dllapi.h>
+#include <tools/link.hxx>
class SfxVirtualMenu;
class SfxBindings;