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 | |
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')
-rw-r--r-- | sc/inc/dispuno.hxx | 6 | ||||
-rw-r--r-- | sc/inc/linkuno.hxx | 6 |
2 files changed, 6 insertions, 6 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< diff --git a/sc/inc/linkuno.hxx b/sc/inc/linkuno.hxx index cbd00f771255..2f085616c78e 100644 --- a/sc/inc/linkuno.hxx +++ b/sc/inc/linkuno.hxx @@ -4,9 +4,9 @@ * * $RCSfile: linkuno.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:43:46 $ + * last change: $Author: vg $ $Date: 2007-02-27 11:56:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,7 +89,7 @@ class ScTableLink; typedef ::com::sun::star::uno::Reference< ::com::sun::star::util::XRefreshListener >* XRefreshListenerPtr; -SV_DECL_PTRARR_DEL( XRefreshListenerArr_Impl, XRefreshListenerPtr, 4, 4 ); +SV_DECL_PTRARR_DEL( XRefreshListenerArr_Impl, XRefreshListenerPtr, 4, 4 ) |