From bc95b9901c42254a0b44be2d9adb5d10aeba9aac Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 6 Feb 2012 17:07:07 -0500 Subject: Actually I didn't need this. --- sc/source/core/tool/callform.cxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sc/source/core/tool/callform.cxx b/sc/source/core/tool/callform.cxx index fb8b8fe0052b..3c9d5f042ef3 100644 --- a/sc/source/core/tool/callform.cxx +++ b/sc/source/core/tool/callform.cxx @@ -164,14 +164,6 @@ public: const rtl::OUString& GetName() const { return aName; } osl::Module* GetInstance() const { return pInstance; } void FreeInstance() { delete pInstance; pInstance = 0; } - - struct less : public ::std::binary_function - { - bool operator() (const ModuleData& left, const ModuleData& right) const - { - return ScGlobal::GetpTransliteration()->compareString(left.GetName(), right.GetName()) < 0; - } - }; }; namespace { -- cgit