summaryrefslogtreecommitdiff
path: root/include/sfx2/module.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-23 11:30:07 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-23 13:22:58 -0500
commit8da8927a0198f41fc3bcd6d512e3b570d4b8803f (patch)
tree664cbc2794006c0ee922517a76f2b6055ae05dac /include/sfx2/module.hxx
parentec1cb10982decac402a2121e3d64e45d353f1758 (diff)
Forward-declare SfxModuleArr_Impl in sfx2/module.hxx.
This is only used within sfx2. Change-Id: I40d850bcf82ba39dc7cf7d1a5b70c90add4e75c0
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r--include/sfx2/module.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx
index a04b8afcfc1e..7e0e037b211c 100644
--- a/include/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
@@ -28,7 +28,6 @@
#include <sal/types.h>
#include <tools/fldunit.hxx>
#include <com/sun/star/uno/Reference.hxx>
-#include <vector>
class ImageList;
@@ -37,7 +36,7 @@ class SfxObjectFactory;
class ModalDialog;
class SfxObjectFactory;
class SfxModule;
-typedef ::std::vector<SfxModule*> SfxModuleArr_Impl;
+class SfxModuleArr_Impl;
class SfxModule_Impl;
class SfxSlotPool;
struct SfxChildWinContextFactory;