summaryrefslogtreecommitdiff
path: root/cui/source/inc/chardlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/chardlg.hxx')
-rw-r--r--cui/source/inc/chardlg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx
index 07daa789476d..5b115c1d28c2 100644
--- a/cui/source/inc/chardlg.hxx
+++ b/cui/source/inc/chardlg.hxx
@@ -26,6 +26,7 @@
#include <svx/checklbx.hxx>
#include <svx/langbox.hxx>
#include <vcl/layout.hxx>
+#include <memory>
// forward ---------------------------------------------------------------
@@ -104,7 +105,7 @@ private:
VclPtr<SvxLanguageBox> m_pCTLFontLanguageLB;
VclPtr<FixedText> m_pCTLFontTypeFT;
- SvxCharNamePage_Impl* m_pImpl;
+ std::unique_ptr<SvxCharNamePage_Impl> m_pImpl;
SvxCharNamePage( vcl::Window* pParent, const SfxItemSet& rSet );