summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XButton.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/XSheetObject.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/oovbaapi/ooo/vba/excel/XButton.idl b/oovbaapi/ooo/vba/excel/XButton.idl
index d033deedeac3..2483d8927fc0 100644
--- a/oovbaapi/ooo/vba/excel/XButton.idl
+++ b/oovbaapi/ooo/vba/excel/XButton.idl
@@ -48,7 +48,7 @@ interface XButton : com::sun::star::uno::XInterface
[attribute] long VerticalAlignment;
/** Orientation (rotation) of the text. Must be a value from
- <type>ooo::vba::excel::XlOrientation</type>. */
+ ooo::vba::excel::XlOrientation. */
[attribute] long Orientation;
/** Access to text and text formatting of the button caption. */
diff --git a/oovbaapi/ooo/vba/excel/XSheetObject.idl b/oovbaapi/ooo/vba/excel/XSheetObject.idl
index 1484547e321c..bf6ed41b43c6 100644
--- a/oovbaapi/ooo/vba/excel/XSheetObject.idl
+++ b/oovbaapi/ooo/vba/excel/XSheetObject.idl
@@ -57,7 +57,7 @@ interface XSheetObject : ooo::vba::XHelperInterface
[attribute] string OnAction;
/** Anchor mode of the object (fixed or variable position and size). Must
- be a value from <type>ooo::vba::excel::XlPlacement</type>. */
+ be a value from ooo::vba::excel::XlPlacement. */
[attribute] long Placement;
/** True = print object, false = skip object on printing. */