summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools/SlotStateListener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/tools/SlotStateListener.cxx')
-rw-r--r--sd/source/ui/tools/SlotStateListener.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/tools/SlotStateListener.cxx b/sd/source/ui/tools/SlotStateListener.cxx
index a3d1be1c462b..c3fc2275fcff 100644
--- a/sd/source/ui/tools/SlotStateListener.cxx
+++ b/sd/source/ui/tools/SlotStateListener.cxx
@@ -122,8 +122,7 @@ void SlotStateListener::statusChanged (
{
ThrowIfDisposed();
OUString sSlotName (rState.FeatureURL.Complete);
- if (maCallback.IsSet())
- maCallback.Call(sSlotName);
+ maCallback.Call(sSlotName);
}
void SlotStateListener::ReleaseListeners()