diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:52:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:52:57 +0000 |
commit | f5b23f8631e99204770f6cc53cbf52606b424e64 (patch) | |
tree | 8d0159bdb64ad3bd5ca5640995bd2efd01f8a1ba /sc/inc/cellsuno.hxx | |
parent | 1544bd846d327cd4d0bd939b8f0da011b253b974 (diff) |
INTEGRATION: CWS calcwarnings (1.26.46); FILE MERGED
2006/12/13 19:18:18 nn 1.26.46.1: #i69284# warning-free: core, unxsols4
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r-- | sc/inc/cellsuno.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index e3893bdb526e..f7c468d94c24 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cellsuno.hxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: ihi $ $Date: 2006-10-18 12:15:54 $ + * last change: $Author: vg $ $Date: 2007-02-27 11:52:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -236,11 +236,11 @@ class SvxBoxInfoItem; typedef ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyListener >* XModifyListenerPtr; -SV_DECL_PTRARR_DEL( XModifyListenerArr_Impl, XModifyListenerPtr, 4, 4 ); +SV_DECL_PTRARR_DEL( XModifyListenerArr_Impl, XModifyListenerPtr, 4, 4 ) class ScNamedEntry; typedef ScNamedEntry* ScNamedEntryPtr; -SV_DECL_PTRARR_DEL( ScNamedEntryArr_Impl, ScNamedEntryPtr, 4, 4 ); +SV_DECL_PTRARR_DEL( ScNamedEntryArr_Impl, ScNamedEntryPtr, 4, 4 ) // ScCellRangesBase - Basisklasse fuer ScCellRangesObj (mit Index-Access) @@ -1129,6 +1129,7 @@ public: sal_Int32 nRight, sal_Int32 nBottom ) throw(::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException); + using ScCellRangeObj::getCellRangeByName; virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRangeByName( const ::rtl::OUString& aRange ) throw(::com::sun::star::uno::RuntimeException); |