diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:15:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:15:33 +0000 |
commit | ac158036333ba9cc3610f164c42fe5c0be1c7a0a (patch) | |
tree | 6799b7d6c43415bc65d57765f1695d760ac78442 /sw/inc/unoevtlstnr.hxx | |
parent | 284a46edef7e5b62d200378a09c3c143c38806d5 (diff) |
INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED
2007/03/05 12:43:19 tl 1.3.710.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/unoevtlstnr.hxx')
-rw-r--r-- | sw/inc/unoevtlstnr.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/unoevtlstnr.hxx b/sw/inc/unoevtlstnr.hxx index f6faec28d61b..f89beef0ac6a 100644 --- a/sw/inc/unoevtlstnr.hxx +++ b/sw/inc/unoevtlstnr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unoevtlstnr.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:25:37 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:15:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,8 @@ namespace com{namespace sun{namespace star{ * Verwaltung der EventListener * --------------------------------------------------*/ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > * XEventListenerPtr; -SV_DECL_PTRARR(SwEvtLstnrArray, XEventListenerPtr, 4, 4); +SV_DECL_PTRARR(SwEvtLstnrArray, XEventListenerPtr, 4, 4) + class SwEventListenerContainer { protected: |