summaryrefslogtreecommitdiffstats
path: root/xmloff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-17 22:44:46 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-17 23:10:59 -0400
commitc19b9679a745a5ebb3eedd7583aedc4d75ae62c9 (patch)
tree745b9296cfd26b476ce7db09b8654d984762311b /xmloff
parentRename SvXMLAutoStylePoolPropertiesP_Impl to XMLAutoStylePoolProperties. (diff)
downloadcore-c19b9679a745a5ebb3eedd7583aedc4d75ae62c9.tar.gz
core-c19b9679a745a5ebb3eedd7583aedc4d75ae62c9.zip
This function object is no longer used.
Change-Id: I0aa881bae4c1ee0857bafef78094a3d92bcc0702
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/impastpl.hxx8
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