diff options
Diffstat (limited to 'emfio/inc')
-rw-r--r-- | emfio/inc/mtftools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx index 456f2349cbf9..1ee6efd68f26 100644 --- a/emfio/inc/mtftools.hxx +++ b/emfio/inc/mtftools.hxx @@ -495,7 +495,7 @@ namespace emfio public: ScaledFontDetectCorrectHelper(); void endCurrentMetaFontAction(); - void newCurrentMetaFontAction(rtl::Reference<MetaFontAction>& rNewMetaFontAction); + void newCurrentMetaFontAction(const rtl::Reference<MetaFontAction>& rNewMetaFontAction); void evaluateAlternativeFontScale(OUString const & rText, tools::Long nImportedTextLength); void applyAlternativeFontScale(); }; |