summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2016-05-26 02:11:54 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-26 07:36:10 +0000
commitf1aa4c4e281703b3f623202f4727703482076ea8 (patch)
tree32d920c0561ed66598e1cd56d2ca6b52a88ba0fd /include
parentd0e5ed941a7e7b35ccb557ab243fc78d399c3ed5 (diff)
tdf#89329: use unique_ptr for pImpl in ivctrl
Change-Id: Idd525be5934e752c3bed5e2d79c36c2305b4441f Reviewed-on: https://gerrit.libreoffice.org/25485 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/ivctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index 907197ca3043..594b11bb32b4 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -207,7 +207,7 @@ class SVT_DLLPUBLIC SvtIconChoiceCtrl : public Control
Link<SvtIconChoiceCtrl*,void> _aClickIconHdl;
KeyEvent* _pCurKeyEvent;
- SvxIconChoiceCtrl_Impl* _pImp;
+ std::unique_ptr<SvxIconChoiceCtrl_Impl> _pImpl;
bool _bAutoFontColor;
protected: