Kaydet (Commit) bc95b990 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Actually I didn't need this.

üst eb13dcf4
...@@ -164,14 +164,6 @@ public: ...@@ -164,14 +164,6 @@ public:
const rtl::OUString& GetName() const { return aName; } const rtl::OUString& GetName() const { return aName; }
osl::Module* GetInstance() const { return pInstance; } osl::Module* GetInstance() const { return pInstance; }
void FreeInstance() { delete pInstance; pInstance = 0; } 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 { namespace {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment