diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 21:47:17 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:00:59 +0200 |
commit | 944eb9902788d8afec9e3f0f65d3b680041e039b (patch) | |
tree | 3bbb926890561b81d9f6ae611be4677876799a36 /oovbaapi/ooo | |
parent | cdbbbdce9956e290b4a849af332df55da1be8d36 (diff) |
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that
contain capital letter (all API types do) automatically as type.
This patch removes 15k doxygen warnings.
git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1,"
Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'oovbaapi/ooo')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XButton.idl | 2 | ||||
-rw-r--r-- | oovbaapi/ooo/vba/excel/XSheetObject.idl | 2 |
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. */ |