From 895e6e7bb7abddb135f6fe3cfef1505261d4cbc6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 5 Dec 2013 18:34:54 +0100 Subject: Get rid of comphelper::UStringLess ...default std::less is just fine. Change-Id: Ib9d3c10f2817d757f3c19eb3d4607095883af91a --- sd/source/ui/framework/module/ResourceManager.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sd/source/ui') diff --git a/sd/source/ui/framework/module/ResourceManager.cxx b/sd/source/ui/framework/module/ResourceManager.cxx index 352ea00ff208..dbab4f42b618 100644 --- a/sd/source/ui/framework/module/ResourceManager.cxx +++ b/sd/source/ui/framework/module/ResourceManager.cxx @@ -24,7 +24,6 @@ #include "framework/ConfigurationController.hxx" #include -#include #include using namespace ::com::sun::star; @@ -44,7 +43,7 @@ namespace { namespace sd { namespace framework { class ResourceManager::MainViewContainer - : public ::std::set + : public ::std::set { public: MainViewContainer (void) {} -- cgit