diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:56:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:56:50 +0000 |
commit | 82c469afcdc27da2d1b26015d5449a05e2959045 (patch) | |
tree | 525c9057590299c6df1551b3b295bf3f2a2f3c23 /sc/inc/dispuno.hxx | |
parent | ebe950f36307c3cc16b0b4022d7ccdafa48f2aae (diff) |
INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED
2006/12/14 17:57:03 nn 1.4.324.1: #i69284# warning-free: ui, unxsols4
Diffstat (limited to 'sc/inc/dispuno.hxx')
-rw-r--r-- | sc/inc/dispuno.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx index 3ac31157b9ff..9051d1b7295a 100644 --- a/sc/inc/dispuno.hxx +++ b/sc/inc/dispuno.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dispuno.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:32:25 $ + * last change: $Author: vg $ $Date: 2007-02-27 11:55:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,7 +69,7 @@ class ScTabViewShell; typedef ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >* XStatusListenerPtr; -SV_DECL_PTRARR_DEL( XStatusListenerArr_Impl, XStatusListenerPtr, 4, 4 ); +SV_DECL_PTRARR_DEL( XStatusListenerArr_Impl, XStatusListenerPtr, 4, 4 ) class ScDispatchProviderInterceptor : public cppu::WeakImplHelper2< |