diff options
Diffstat (limited to 'oovbaapi/ooo/vba/excel/SheetObject.idl')
-rwxr-xr-x | oovbaapi/ooo/vba/excel/SheetObject.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/excel/SheetObject.idl b/oovbaapi/ooo/vba/excel/SheetObject.idl index e4037e69b84d..25488470a134 100755 --- a/oovbaapi/ooo/vba/excel/SheetObject.idl +++ b/oovbaapi/ooo/vba/excel/SheetObject.idl @@ -111,7 +111,7 @@ interface XButton : com::sun::star::uno::XInterface [attribute] long Orientation; /** Access to text and text formatting of the button caption. */ - XCharacters Characters( [in] any aStart, [in] any aLength ); + XCharacters Characters( [in] any Start, [in] any Length ); }; //============================================================================= |