summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/genericcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/browser/genericcontroller.cxx')
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx
index 0989a2c03727..644c3417065e 100644
--- a/dbaccess/source/ui/browser/genericcontroller.cxx
+++ b/dbaccess/source/ui/browser/genericcontroller.cxx
@@ -448,7 +448,7 @@ void OGenericUnoController::ImplBroadcastFeatureState(const OUString& _rFeature,
if ( aFeatureCommands.find( elem.aURL.Complete ) != aFeatureCommands.end() )
{
aEvent.FeatureURL = elem.aURL;
- lcl_notifyMultipleStates( *elem.xListener.get(), aEvent, aStates );
+ lcl_notifyMultipleStates( *elem.xListener, aEvent, aStates );
}
}
}