From 00ed6865ebdb2ada2d6554855056b12c5938fd47 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Wed, 4 Oct 2000 20:16:49 +0000 Subject: - fixed: wrong syntax for explicit template instantiation --- xmloff/source/text/XMLPropertyBackpatcher.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'xmloff/source/text/XMLPropertyBackpatcher.cxx') 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::SetDefault() } // force instantiation of templates -template XMLPropertyBackpatcher; -template XMLPropertyBackpatcher; +template class XMLPropertyBackpatcher; +template class XMLPropertyBackpatcher; + -- cgit