diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-17 22:44:46 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-17 23:10:59 -0400 |
commit | c19b9679a745a5ebb3eedd7583aedc4d75ae62c9 (patch) | |
tree | 745b9296cfd26b476ce7db09b8654d984762311b /xmloff | |
parent | 82e3de57471c30e0047fcfc714d1219fd15067e4 (diff) |
This function object is no longer used.
Change-Id: I0aa881bae4c1ee0857bafef78094a3d92bcc0702
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/impastpl.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx index c45f87ee9874..4ad8486775e9 100644 --- a/xmloff/source/style/impastpl.hxx +++ b/xmloff/source/style/impastpl.hxx @@ -130,14 +130,6 @@ public: 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 class SvXMLAutoStylePoolP_Impl |