summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
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