summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-20 22:11:32 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-20 22:47:23 -0500
commit3b3348b262eb34e15b666ba38a41fe9076942941 (patch)
tree50f4f2114e5b902fbfc8c2054cfab84cfb3c53ce /include/sfx2
parent5314ece79ef8abd7d48b9e030d0a73ffac782da1 (diff)
Remove ptr_vector header exposure from sfx2/childwin.hxx public header.
Change-Id: I4060c8987a0da387d02f8468229854612a230db3
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/childwin.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 683ebd5e3519..81b78f823352 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -27,7 +27,6 @@
#include <sfx2/shell.hxx>
#include <sfx2/chalign.hxx>
-#include <boost/ptr_container/ptr_vector.hpp>
class SfxWorkWindow;
class SfxModule;
@@ -92,7 +91,7 @@ struct SfxChildWinContextFactory
{}
};
-typedef boost::ptr_vector<SfxChildWinContextFactory> SfxChildWinContextArr_Impl;
+class SfxChildWinContextArr_Impl;
struct SFX2_DLLPUBLIC SfxChildWinFactory
{