From a3e35b275e0c3d569c96763a821ab1e68b775c44 Mon Sep 17 00:00:00 2001 From: Henning Brinkmann Date: Mon, 16 Apr 2007 13:34:51 +0000 Subject: [PATCH] made getType const --- writerfilter/source/ooxml/resourcestools.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 " "; }