diff --git a/writerfilter/source/ooxml/resourcestools.xsl b/writerfilter/source/ooxml/resourcestools.xsl index bcc0b6631cbe..b90173b63c76 100644 --- a/writerfilter/source/ooxml/resourcestools.xsl +++ b/writerfilter/source/ooxml/resourcestools.xsl @@ -5,9 +5,9 @@ * * $RCSfile: resourcestools.xsl,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hbrinkm $ $Date: 2007-04-16 09:11:42 $ + * last change: $Author: hbrinkm $ $Date: 2007-04-16 14:34:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -432,7 +432,7 @@ public: virtual doctok::Id getIdFromRefs(TokenEnum_t nToken); virtual void characters(const rtl::OUString & str); - virtual string getType() { return " + virtual string getType() const { return " "; }