summaryrefslogtreecommitdiff
path: root/sfx2/inc
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 /sfx2/inc
parentec1cb10982decac402a2121e3d64e45d353f1758 (diff)
Forward-declare SfxModuleArr_Impl in sfx2/module.hxx.
This is only used within sfx2. Change-Id: I40d850bcf82ba39dc7cf7d1a5b70c90add4e75c0
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/arrdecl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/inc/arrdecl.hxx b/sfx2/inc/arrdecl.hxx
index 31cd3545546e..a5bcbe6069cb 100644
--- a/sfx2/inc/arrdecl.hxx
+++ b/sfx2/inc/arrdecl.hxx
@@ -21,9 +21,6 @@
#include <vector>
-class SfxModule;
-typedef ::std::vector<SfxModule*> SfxModuleArr_Impl;
-
class SfxFrame;
typedef ::std::vector<SfxFrame*> SfxFrameArr_Impl;