summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLPropertyBackpatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLPropertyBackpatcher.cxx')
-rw-r--r--xmloff/source/text/XMLPropertyBackpatcher.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/text/XMLPropertyBackpatcher.cxx b/xmloff/source/text/XMLPropertyBackpatcher.cxx
index 08c2c17a19ea..4483dc91d6c8 100644
--- a/xmloff/source/text/XMLPropertyBackpatcher.cxx
+++ b/xmloff/source/text/XMLPropertyBackpatcher.cxx
@@ -41,7 +41,6 @@ XMLPropertyBackpatcher<A>::XMLPropertyBackpatcher(
template<class A>
XMLPropertyBackpatcher<A>::~XMLPropertyBackpatcher()
{
- SetDefault();
}
@@ -114,11 +113,6 @@ void XMLPropertyBackpatcher<A>::SetProperty(
}
}
-template<class A>
-void XMLPropertyBackpatcher<A>::SetDefault()
-{
-}
-
// force instantiation of templates
template class XMLPropertyBackpatcher<sal_Int16>;
template class XMLPropertyBackpatcher<OUString>;