diff options
author | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-01-19 18:15:46 +0100 |
---|---|---|
committer | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-01-19 18:15:46 +0100 |
commit | ab645d9d6f0f7844fe64d490445313215b50f69b (patch) | |
tree | 80365588f0ffab653b1b8d3f1faa0999f923aca4 /svtools/source/control/valueacc.cxx | |
parent | 7997ab5bac6fbdfe3b3427c322507a993d33acbc (diff) |
accfixes: Completed VCL Window API for accessible releations, renamed GetLabeledBy to GetAccessibleRelationLabeledBy
Diffstat (limited to 'svtools/source/control/valueacc.cxx')
-rw-r--r-- | svtools/source/control/valueacc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx index 66da5636d89c..f94c474b5d57 100644 --- a/svtools/source/control/valueacc.cxx +++ b/svtools/source/control/valueacc.cxx @@ -317,7 +317,7 @@ sal_Int16 SAL_CALL ValueSetAcc::getAccessibleRole() if ( !aRet.Len() ) { - Window* pLabel = mpParent->GetLabeledBy(); + Window* pLabel = mpParent->GetAccessibleRelationLabeledBy(); if ( pLabel && pLabel != mpParent ) aRet = OutputDevice::GetNonMnemonicString( pLabel->GetText() ); } |