summaryrefslogtreecommitdiff
path: root/sc/inc/datauno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-06-06 13:44:40 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-06-06 13:50:52 -0400
commit5336fee91b318586e1a0ae9332b567394a4489ef (patch)
tree24dc23fcd1b23a8c88e674af0d27af5590f01ae5 /sc/inc/datauno.hxx
parentb7b71077b63dbb1b58330cea5a649278e763c361 (diff)
parentd1670d617523ae023b5d987e9df7af2179122c5c (diff)
Merge remote branch 'origin/libreoffice-3-4'
Conflicts: sc/source/core/tool/dbcolect.cxx sc/source/filter/excel/xiname.cxx sc/source/filter/xml/xmldrani.cxx sc/source/ui/view/tabview2.cxx
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r--sc/inc/datauno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx
index e54fd3135d33..94bdfa676e9f 100644
--- a/sc/inc/datauno.hxx
+++ b/sc/inc/datauno.hxx
@@ -683,7 +683,7 @@ public:
virtual void SAL_CALL setByTable( const ::com::sun::star::table::CellRangeAddress& aRange )
throw(::com::sun::star::uno::RuntimeException,
::com::sun::star::lang::IndexOutOfBoundsException );
- virtual com::sun::star::uno::Any SAL_CALL getByTable( const sal_Int32 nTab )
+ virtual com::sun::star::uno::Any SAL_CALL getByTable( sal_Int32 nTab )
throw(::com::sun::star::uno::RuntimeException,
::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::container::NoSuchElementException );