diff options
Diffstat (limited to 'vcl/inc/sallayout.hxx')
-rw-r--r-- | vcl/inc/sallayout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index 62cda5832906..8daed9a01d09 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -352,7 +352,7 @@ private: void ParseFeatures(const OUString& name); - LogicalFontInstance* const mpFont; + rtl::Reference<LogicalFontInstance> const mpFont; css::uno::Reference<css::i18n::XBreakIterator> mxBreak; std::vector<GlyphItem> m_GlyphItems; |