summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
index 6689c7be9a44..f2b2353de8c6 100644
--- a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
@@ -343,8 +343,6 @@ bool ConfigurationControllerResourceManager::ResourceComparator::operator() (
return rxId1->compareTo(rxId2)<0;
else if (rxId1.is())
return true;
- else if (rxId2.is())
- return false;
else
return false;
}