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

This function object is no longer used.

Change-Id: I0aa881bae4c1ee0857bafef78094a3d92bcc0702
üst 82e3de57
...@@ -130,14 +130,6 @@ public: ...@@ -130,14 +130,6 @@ public:
bool operator< (const XMLAutoStylePoolParent& rOther) const; bool operator< (const XMLAutoStylePoolParent& rOther) const;
}; };
struct SvXMLAutoStylePoolParentPCmp_Impl
{
bool operator()( XMLAutoStylePoolParent* const& lhs, XMLAutoStylePoolParent* const& rhs) const
{
return lhs->GetParent().compareTo( rhs->GetParent() ) < 0;
}
};
// Implementationclass of SvXMLAutoStylePool // Implementationclass of SvXMLAutoStylePool
class SvXMLAutoStylePoolP_Impl class SvXMLAutoStylePoolP_Impl
......
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