summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/core/xmlimp.cxx4
1 files changed, 2 insertions, 2 deletions
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() )
{