summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/ToolPanelModule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/ToolPanelModule.cxx')
-rw-r--r--sd/source/ui/framework/module/ToolPanelModule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/module/ToolPanelModule.cxx b/sd/source/ui/framework/module/ToolPanelModule.cxx
index 5915384cfd0a..d2e5e7e09294 100644
--- a/sd/source/ui/framework/module/ToolPanelModule.cxx
+++ b/sd/source/ui/framework/module/ToolPanelModule.cxx
@@ -79,7 +79,7 @@ void ToolPanelModule::SaveResourceState()
void SAL_CALL ToolPanelModule::notifyConfigurationChange (
const ConfigurationChangeEvent& rEvent)
{
- if (!rEvent.Type.equals(FrameworkHelper::msResourceActivationEvent))
+ if (rEvent.Type != FrameworkHelper::msResourceActivationEvent)
ResourceManager::notifyConfigurationChange(rEvent);
}