diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-10 18:16:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-11 08:41:09 +0200 |
commit | f18158d76c0151feb9cc731e4148de5f8604f704 (patch) | |
tree | 9eb98695875274804760ae9c8734849ddf166105 /offapi/com | |
parent | 0e63ca4fde4e446f346e35849c756a30ca294aab (diff) |
Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowTo
...which is new in LO 4.3 and still unpublished (and has a comment that the
names should be renamed anyway).
Change-Id: I738d30974446578496400a176053b8d95dc96ab9
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl b/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl index 0ac0f94d9ab9..56246775b5cc 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module accessibility { // !!! interface XAccessibleGetAccFlowTo : ::com::sun::star::uno::XInterface { - sequence<any> get_AccFlowTo([in] any aXShape, [in] long nType); + sequence<any> getAccFlowTo([in] any aXShape, [in] long nType); }; }; }; }; }; |