From 5f78d1d9ac9850f8a9fd25d5189b226e90a49bb2 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 21 Feb 2012 19:47:38 +0100 Subject: WaE: duplicateBranch --- .../framework/configuration/ConfigurationControllerResourceManager.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sd') 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; } -- cgit