summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-21 19:47:38 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-21 20:57:01 +0100
commit5f78d1d9ac9850f8a9fd25d5189b226e90a49bb2 (patch)
tree48b1338afdd5a9ca2e7e24ec8287651e3af75fcf /sd
parentWaE: duplicateBranch and use sal_False (diff)
downloadcore-5f78d1d9ac9850f8a9fd25d5189b226e90a49bb2.tar.gz
core-5f78d1d9ac9850f8a9fd25d5189b226e90a49bb2.zip
WaE: duplicateBranch
Diffstat (limited to 'sd')
-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;
}