summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/accessiblewrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/accessiblewrapper.cxx b/comphelper/source/misc/accessiblewrapper.cxx
index 4df790ea9137..b582fc2114c6 100644
--- a/comphelper/source/misc/accessiblewrapper.cxx
+++ b/comphelper/source/misc/accessiblewrapper.cxx
@@ -180,7 +180,7 @@ namespace comphelper
_rOutValue.clear();
Reference< XAccessible > xChild;
if ( _rInValue >>= xChild )
- _rOutValue <<= getAccessibleWrapperFor( xChild, true );
+ _rOutValue <<= getAccessibleWrapperFor( xChild );
}