[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Feb 6 14:07:09 PST 2012


 sc/source/core/tool/callform.cxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit bc95b9901c42254a0b44be2d9adb5d10aeba9aac
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Feb 6 17:07:07 2012 -0500

    Actually I didn't need this.

diff --git a/sc/source/core/tool/callform.cxx b/sc/source/core/tool/callform.cxx
index fb8b8fe..3c9d5f0 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<ModuleData, ModuleData, bool>
-    {
-        bool operator() (const ModuleData& left, const ModuleData& right) const
-        {
-            return ScGlobal::GetpTransliteration()->compareString(left.GetName(), right.GetName()) < 0;
-        }
-    };
 };
 
 namespace {


More information about the Libreoffice-commits mailing list