summaryrefslogtreecommitdiff
path: root/sw/inc/unoevtlstnr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unoevtlstnr.hxx')
-rw-r--r--sw/inc/unoevtlstnr.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/unoevtlstnr.hxx b/sw/inc/unoevtlstnr.hxx
index c66568dbee53..2ca329e04202 100644
--- a/sw/inc/unoevtlstnr.hxx
+++ b/sw/inc/unoevtlstnr.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,7 +38,7 @@ namespace com{namespace sun{namespace star{
}
}}}
/* -----------------22.04.99 11:18-------------------
- * Verwaltung der EventListener
+ * Verwaltung der EventListener
* --------------------------------------------------*/
typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > * XEventListenerPtr;
SV_DECL_PTRARR(SwEvtLstnrArray, XEventListenerPtr, 4, 4)
@@ -46,15 +46,15 @@ SV_DECL_PTRARR(SwEvtLstnrArray, XEventListenerPtr, 4, 4)
class SwEventListenerContainer
{
protected:
- SwEvtLstnrArray* pListenerArr;
- ::com::sun::star::uno::XInterface* pxParent;
+ SwEvtLstnrArray* pListenerArr;
+ ::com::sun::star::uno::XInterface* pxParent;
public:
SwEventListenerContainer( ::com::sun::star::uno::XInterface* pxParent);
~SwEventListenerContainer();
- void AddListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & rxListener);
- BOOL RemoveListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & rxListener);
- void Disposing();
+ void AddListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & rxListener);
+ BOOL RemoveListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & rxListener);
+ void Disposing();
};
#endif