From 944eb9902788d8afec9e3f0f65d3b680041e039b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 21:47:17 +0200 Subject: *api: convert Foo 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,\([^<]\+\),\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150 --- oovbaapi/ooo/vba/excel/XButton.idl | 2 +- oovbaapi/ooo/vba/excel/XSheetObject.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'oovbaapi/ooo') 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 - ooo::vba::excel::XlOrientation. */ + 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 ooo::vba::excel::XlPlacement. */ + be a value from ooo::vba::excel::XlPlacement. */ [attribute] long Placement; /** True = print object, false = skip object on printing. */ -- cgit