summaryrefslogtreecommitdiffstats
path: root/xmloff/source/forms/elementimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/elementimport.cxx')
-rw-r--r--xmloff/source/forms/elementimport.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/xmloff/source/forms/elementimport.cxx b/xmloff/source/forms/elementimport.cxx
index dfc3195b00d1..e3ef0a0e87bc 100644
--- a/xmloff/source/forms/elementimport.cxx
+++ b/xmloff/source/forms/elementimport.cxx
@@ -82,18 +82,6 @@ namespace xmloff
}
};
- struct PropertyValueCompare : public ::std::binary_function< PropertyValue, OUString, bool>
- {
- bool operator() (const PropertyValue& lhs, const OUString& rhs) const
- {
- return lhs.Name == rhs;
- }
- bool operator() (const OUString& lhs, const PropertyValue& rhs) const
- {
- return lhs == rhs.Name;
- }
- };
-
template <class ELEMENT>
void pushBackSequenceElement(Sequence< ELEMENT >& _rContainer, const ELEMENT& _rElement)
{