summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLPropertyBackpatcher.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-10-04 20:16:49 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-10-04 20:16:49 +0000
commit00ed6865ebdb2ada2d6554855056b12c5938fd47 (patch)
tree7ecee7bb1c930c754351b8bc122e11a630a4af83 /xmloff/source/text/XMLPropertyBackpatcher.cxx
parent86e83512e5eb00a7eb08624766566f6bead1dcf2 (diff)
- fixed: wrong syntax for explicit template instantiation
Diffstat (limited to 'xmloff/source/text/XMLPropertyBackpatcher.cxx')
-rw-r--r--xmloff/source/text/XMLPropertyBackpatcher.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLPropertyBackpatcher.cxx b/xmloff/source/text/XMLPropertyBackpatcher.cxx
index 9895c4e573c4..a26414bb3c5e 100644
--- a/xmloff/source/text/XMLPropertyBackpatcher.cxx
+++ b/xmloff/source/text/XMLPropertyBackpatcher.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLPropertyBackpatcher.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dvo $ $Date: 2000-09-28 18:27:13 $
+ * last change: $Author: dvo $ $Date: 2000-10-04 21:16:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -249,5 +249,6 @@ void XMLPropertyBackpatcher<A>::SetDefault()
}
// force instantiation of templates
-template XMLPropertyBackpatcher<sal_Int16>;
-template XMLPropertyBackpatcher<OUString>;
+template class XMLPropertyBackpatcher<sal_Int16>;
+template class XMLPropertyBackpatcher<OUString>;
+