diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-06-26 10:39:37 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-06-26 10:39:37 +0000 |
commit | 8a88ebafe434e6975736265045d89443c0e61b7a (patch) | |
tree | c2cfbc2ef999c4e16a345c85f63e70433f4ea7ab /sw/inc/unoevtlstnr.hxx | |
parent | b37a11cb4a0ac84af71c89cb2ce87d6ad6fba86e (diff) |
#79409# do not require subclasses to call methods to get access to private methods
Diffstat (limited to 'sw/inc/unoevtlstnr.hxx')
-rw-r--r-- | sw/inc/unoevtlstnr.hxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/inc/unoevtlstnr.hxx b/sw/inc/unoevtlstnr.hxx index a37c31e27443..d0c9a31f69f1 100644 --- a/sw/inc/unoevtlstnr.hxx +++ b/sw/inc/unoevtlstnr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoevtlstnr.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: os $ $Date: 2000-12-19 15:33:54 $ + * last change: $Author: mtg $ $Date: 2001-06-26 11:39:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,11 +82,9 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener SV_DECL_PTRARR(SwEvtLstnrArray, XEventListenerPtr, 4, 4); class SwEventListenerContainer { - SwEvtLstnrArray* pListenerArr; - ::com::sun::star::uno::XInterface* pxParent; protected: - SwEvtLstnrArray* GetListenerArray() {return pListenerArr;} - ::com::sun::star::uno::XInterface* GetParent() {return pxParent;} + SwEvtLstnrArray* pListenerArr; + ::com::sun::star::uno::XInterface* pxParent; public: SwEventListenerContainer( ::com::sun::star::uno::XInterface* pxParent); ~SwEventListenerContainer(); |