summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2016-05-22 15:28:12 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-24 07:58:42 +0000
commit3c91b8d80bb95eae05b095a3ee9ea8d664adce64 (patch)
treed4dd40a615c5b52a5c555e96f6d400b852019714 /include
parent7077c7aae78c63d48fa8ddd5b02eadb53db5d7c5 (diff)
tdf#89329: use unique_ptr for pImpl in filedlghelper
Change-Id: I50eb43fb87e971d9d65214d24b8f7f5c73ef0c96 Reviewed-on: https://gerrit.libreoffice.org/25308 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/filedlghelper.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx
index 952bd17dd554..13a34d56ac90 100644
--- a/include/sfx2/filedlghelper.hxx
+++ b/include/sfx2/filedlghelper.hxx
@@ -100,8 +100,7 @@ private:
Link<FileDialogHelper*,void> m_aDialogClosedLink;
ErrCode m_nError;
- css::uno::Reference < css::ui::dialogs::XFilePickerListener > mxImp;
- FileDialogHelper_Impl *mpImp;
+ css::uno::Reference< FileDialogHelper_Impl > mpImpl;
public: