Kaydet (Commit) 42782fdd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'const' type qualifier on return type has no effect

Change-Id: I06cc8b77e49ec2a22534e1f45d93dfa0d0a0689f
üst 14f56cff
......@@ -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() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment