diff options
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/app.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/mnuitem.hxx | 1 |
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; |