diff options
Diffstat (limited to 'sc')
-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 { |