[Libreoffice-commits] .: xmloff/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 15 08:29:44 PST 2012


 xmloff/source/core/xmlimp.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 42782fddff98eeab5c8249918e9ba000f08c22e8
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Nov 15 18:28:24 2012 +0200

    WaE: 'const' type qualifier on return type has no effect
    
    Change-Id: I06cc8b77e49ec2a22534e1f45d93dfa0d0a0689f

diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index 922fe8a..d6e29df 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() )
         {


More information about the Libreoffice-commits mailing list