summaryrefslogtreecommitdiff
path: root/oovbaapi
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 /oovbaapi
parentca3447eab2f34610dc21584a4be29bc32655038e (diff)
support Shape.Alternative
Change-Id: I6d822ef0d06e222f454c1279be16e33bcaae0037
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/msforms/XShape.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/msforms/XShape.idl b/oovbaapi/ooo/vba/msforms/XShape.idl
index 8b59f20edcb7..bdeba8306df6 100644
--- a/oovbaapi/ooo/vba/msforms/XShape.idl
+++ b/oovbaapi/ooo/vba/msforms/XShape.idl
@@ -28,6 +28,7 @@ interface XShapeRange;
interface XShape : ooo::vba::XHelperInterface
{
[attribute] string Name;
+ [attribute] string AlternativeText;
[attribute] double Height;
[attribute] double Width;
[attribute] double Left;