summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/usrpref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/usrpref.hxx')
-rw-r--r--sw/source/uibase/inc/usrpref.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/usrpref.hxx b/sw/source/uibase/inc/usrpref.hxx
index 8e40de357cce..3a8e3a1a7a46 100644
--- a/sw/source/uibase/inc/usrpref.hxx
+++ b/sw/source/uibase/inc/usrpref.hxx
@@ -144,7 +144,7 @@ class SwMasterUsrPref : public SwViewOption
SwLayoutViewConfig m_aLayoutConfig;
SwGridConfig m_aGridConfig;
SwCursorConfig m_aCursorConfig;
- SwWebColorConfig* m_pWebColorConfig;
+ std::unique_ptr<SwWebColorConfig> m_pWebColorConfig;
bool m_bApplyCharUnit; // apply_char_unit
public: