summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-02-02 22:56:20 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-03 02:14:19 +0100
commit54c08983cb615fe0474238aacd18284acbc5ec43 (patch)
treef38f12d985479242e95b156731b126cdce64f7c6 /sw/inc
parent3c177e98c01bfabbeba90a0e571734b7055afd57 (diff)
sw: replace SwEventListenerContainer in SwXFrame
Change-Id: I9136d14364196810f0f64b086b9b06e5b558286d
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unoframe.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx
index 1cbae7ef8f95..36309b86430e 100644
--- a/sw/inc/unoframe.hxx
+++ b/sw/inc/unoframe.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UNOFRAME_HXX
-#define _UNOFRAME_HXX
+#ifndef SW_UNOFRAME_HXX
+#define SW_UNOFRAME_HXX
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/container/XNamed.hpp>
@@ -37,7 +37,6 @@
#include <flyenum.hxx>
#include <frmfmt.hxx>
-#include <unoevtlstnr.hxx>
#include <unotext.hxx>
class SdrObject;
@@ -57,7 +56,10 @@ class SwXFrame : public cppu::WeakImplHelper6
>,
public SwClient
{
- SwEventListenerContainer aLstnrCntnr;
+private:
+ class Impl;
+ ::sw::UnoImplPtr<Impl> m_pImpl;
+
const SfxItemPropertySet* m_pPropSet;
SwDoc* m_pDoc;