summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-10-18 11:15:54 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-10-18 11:15:54 +0000
commit5ec39c10cb49e9da4c408741e066b16d3e8e6500 (patch)
treeb5229879f36b6702dec485ecc9365c58d7e5c69f /sc/inc/cellsuno.hxx
parent027d46f074ebd05b4bbefd3da2086dedda518a1f (diff)
INTEGRATION: CWS scr1c1 (1.25.122); FILE MERGED
2006/09/07 15:16:10 jodygoldberg 1.25.122.1: Issue number: 20857 Submitted by: jodygoldberg Reviewed by: Missed one piece of the patch
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 3559b8ac236f..e3893bdb526e 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: rt $ $Date: 2006-05-05 09:33:00 $
+ * last change: $Author: ihi $ $Date: 2006-10-18 12:15:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -871,6 +871,9 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL
getCellRangeByName( const ::rtl::OUString& aRange )
throw(::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange >
+ getCellRangeByName( const ::rtl::OUString& aRange, const ScAddress::Details& rDetails )
+ throw(::com::sun::star::uno::RuntimeException);
// XPropertySet ueberladen wegen Range-Properties
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >