diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:54:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:54:55 +0000 |
commit | 18efc80e8286b7feaad64fffb381fa6cb8ece03d (patch) | |
tree | 52116cbf2793339a63a756468aaef3ce25d46993 /sc/inc/datauno.hxx | |
parent | 55e25517cb6a53842449131e4bd7e12850ef88d5 (diff) |
INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED
2006/12/13 19:18:19 nn 1.6.324.1: #i69284# warning-free: core, unxsols4
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r-- | sc/inc/datauno.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx index 259c2ff36443..e0516d765a65 100644 --- a/sc/inc/datauno.hxx +++ b/sc/inc/datauno.hxx @@ -4,9 +4,9 @@ * * $RCSfile: datauno.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:30:31 $ + * last change: $Author: vg $ $Date: 2007-02-27 11:54:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -124,7 +124,7 @@ struct ScSortParam; typedef ::com::sun::star::uno::Reference< ::com::sun::star::util::XRefreshListener >* XDBRefreshListenerPtr; -SV_DECL_PTRARR_DEL( XDBRefreshListenerArr_Impl, XDBRefreshListenerPtr, 4, 4 ); +SV_DECL_PTRARR_DEL( XDBRefreshListenerArr_Impl, XDBRefreshListenerPtr, 4, 4 ) class ScDataUnoConversion { |