summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accdoc.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-10 18:16:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-11 08:41:09 +0200
commitf18158d76c0151feb9cc731e4148de5f8604f704 (patch)
tree9eb98695875274804760ae9c8734849ddf166105 /sw/source/core/access/accdoc.cxx
parent0e63ca4fde4e446f346e35849c756a30ca294aab (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 'sw/source/core/access/accdoc.cxx')
-rw-r--r--sw/source/core/access/accdoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx
index ab3a1d2d3fc9..5a3cdf8f27d4 100644
--- a/sw/source/core/access/accdoc.cxx
+++ b/sw/source/core/access/accdoc.cxx
@@ -840,7 +840,7 @@ sal_Int32 SAL_CALL SwAccessibleDocument::getBackground()
}
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >
- SAL_CALL SwAccessibleDocument::get_AccFlowTo(const ::com::sun::star::uno::Any& rAny, sal_Int32 nType)
+ SAL_CALL SwAccessibleDocument::getAccFlowTo(const ::com::sun::star::uno::Any& rAny, sal_Int32 nType)
throw (::com::sun::star::uno::RuntimeException,
std::exception)
{