diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-06 17:07:07 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-06 17:07:07 -0500 |
commit | bc95b9901c42254a0b44be2d9adb5d10aeba9aac (patch) | |
tree | d279127dcc802359c94805d170e2929e24b593fd | |
parent | eb13dcf4bf1faa47c3edd5679c80c25afde50f5d (diff) |
Actually I didn't need this.
-rw-r--r-- | sc/source/core/tool/callform.cxx | 8 |
1 files changed, 0 insertions, 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<ModuleData, ModuleData, bool> - { - bool operator() (const ModuleData& left, const ModuleData& right) const - { - return ScGlobal::GetpTransliteration()->compareString(left.GetName(), right.GetName()) < 0; - } - }; }; namespace { |