summaryrefslogtreecommitdiff
path: root/include/vbahelper
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-05-03 10:24:33 +0100
committerNoel Power <noel.power@suse.com>2013-05-09 14:11:19 +0100
commita7cc0faeff0f02d82b9cad2a95359f73cc871e8a (patch)
tree5e36f8200bb92af7acffcec998451b508169a1db /include/vbahelper
parentca3447eab2f34610dc21584a4be29bc32655038e (diff)
support Shape.Alternative
Change-Id: I6d822ef0d06e222f454c1279be16e33bcaae0037
Diffstat (limited to 'include/vbahelper')
-rw-r--r--include/vbahelper/vbashape.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vbahelper/vbashape.hxx b/include/vbahelper/vbashape.hxx
index 58e4f2865545..ff9c99edf020 100644
--- a/include/vbahelper/vbashape.hxx
+++ b/include/vbahelper/vbashape.hxx
@@ -62,6 +62,8 @@ public:
// Attributes
virtual OUString SAL_CALL getName() throw (css::uno::RuntimeException);
virtual void SAL_CALL setName( const OUString& _name ) throw (css::uno::RuntimeException);
+ virtual OUString SAL_CALL getAlternativeText() throw (css::uno::RuntimeException);
+ virtual void SAL_CALL setAlternativeText( const OUString& _name ) throw (css::uno::RuntimeException);
virtual double SAL_CALL getHeight() throw (css::uno::RuntimeException);
virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
virtual double SAL_CALL getWidth() throw (css::uno::RuntimeException);