diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 19:47:38 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:57:01 +0100 |
commit | 5f78d1d9ac9850f8a9fd25d5189b226e90a49bb2 (patch) | |
tree | 48b1338afdd5a9ca2e7e24ec8287651e3af75fcf | |
parent | 45ad6029e1422c659e627bb30ecda50ccb61060c (diff) |
WaE: duplicateBranch
-rw-r--r-- | sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx | 2 |
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; } |