summaryrefslogtreecommitdiff
path: root/sw/inc/unofieldcoll.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-02-02 21:37:23 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-03 02:14:19 +0100
commitc31f340083206081e546bd06358b4231fa40c133 (patch)
tree1fdbb09fb526fd31950024d74b07cbca0044ffd4 /sw/inc/unofieldcoll.hxx
parent503b636654ca15960c426fb77a657c243c7b8cc9 (diff)
sw: replace SwRefreshListenerContainer in SwXTextFieldTypes
... and add a pImpl while at it. Change-Id: If91ccc330f20c691cb9f6c5b1624278d1d9d7af9
Diffstat (limited to 'sw/inc/unofieldcoll.hxx')
-rw-r--r--sw/inc/unofieldcoll.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/unofieldcoll.hxx b/sw/inc/unofieldcoll.hxx
index de024fecbdf7..fa089e2daa51 100644
--- a/sw/inc/unofieldcoll.hxx
+++ b/sw/inc/unofieldcoll.hxx
@@ -20,10 +20,11 @@
#ifndef SW_UNOFIELDCOLL_HXX
#define SW_UNOFIELDCOLL_HXX
+#include <boost/scoped_ptr.hpp>
+
#include <com/sun/star/util/XRefreshable.hpp>
#include <unocoll.hxx>
-#include <RefreshListenerContainer.hxx>
class SwFieldType;
@@ -84,7 +85,8 @@ class SwXTextFieldTypes
, public SwUnoCollection
{
private:
- SwRefreshListenerContainer aRefreshCont;
+ class Impl;
+ ::boost::scoped_ptr<Impl> m_pImpl; // currently does not need UnoImplPtr
protected:
virtual ~SwXTextFieldTypes();