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 | bfe6e7fd020e4b3606631704ffcaf9eb0bbcc4d0 (patch) | |
tree | ef56f46c584d0f9c2431db6eae4547f77bd142ef /sw/inc/unoevtlstnr.hxx | |
parent | 5a16d92935c2848137f63937c0dcd52a36fa1fd3 (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 044764cfea..1a9a9ee84b 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: |