summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-29 14:53:09 +0100
committerNoel Power <noel.power@suse.com>2013-05-07 09:56:29 +0100
commita5f9d5bda0ef09a8bad2fc7b988db4aea53c9553 (patch)
tree4f1cff8264c78db8dbbcd550ab3b1dd9ed696710 /sc/source/ui/vba/vbarange.hxx
parentb713643f19ca45b0451f10e89562c802edaa699d (diff)
implement Range.Name
Change-Id: I884f84e437dad9440951e60c8f92fd6487c48832
Diffstat (limited to 'sc/source/ui/vba/vbarange.hxx')
-rw-r--r--sc/source/ui/vba/vbarange.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbarange.hxx b/sc/source/ui/vba/vbarange.hxx
index 3459f52f6647..9f1166a4cb9f 100644
--- a/sc/source/ui/vba/vbarange.hxx
+++ b/sc/source/ui/vba/vbarange.hxx
@@ -183,6 +183,7 @@ public:
virtual css::uno::Any SAL_CALL getTop() throw (css::uno::RuntimeException);
virtual css::uno::Any SAL_CALL getLeft() throw (css::uno::RuntimeException);
+ virtual css::uno::Reference< ov::excel::XName > SAL_CALL getName() throw (css::uno::RuntimeException);
virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getWorksheet() throw (css::uno::RuntimeException);
virtual css::uno::Any SAL_CALL getPageBreak() throw (css::uno::RuntimeException);
virtual void SAL_CALL setPageBreak( const css::uno::Any& _pagebreak ) throw (css::uno::RuntimeException);