From 42782fddff98eeab5c8249918e9ba000f08c22e8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 15 Nov 2012 18:28:24 +0200 Subject: WaE: 'const' type qualifier on return type has no effect Change-Id: I06cc8b77e49ec2a22534e1f45d93dfa0d0a0689f --- xmloff/source/core/xmlimp.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index 922fe8a02a86..d6e29df6ff17 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -203,7 +203,7 @@ namespace ~DocumentInfo() {} - const sal_uInt16 getGeneratorVersion() const + sal_uInt16 getGeneratorVersion() const { return mnGeneratorVersion; } @@ -265,7 +265,7 @@ public: DestroyFontToSubsFontConverter( hMathFontConv ); } - const sal_uInt16 getGeneratorVersion( const SvXMLImport& rImport ) + sal_uInt16 getGeneratorVersion( const SvXMLImport& rImport ) { if ( !mpDocumentInfo.get() ) { -- cgit