Kaydet (Commit) 15fed493 authored tarafından Xisco Fauli's avatar Xisco Fauli Kaydeden (comit) Noel Grandin

tdf#89329: use unique_ptr for pImpl in fileview

Change-Id: Ief2fd163cc024b4a654a32c24cef832c68ad5e96
Reviewed-on: https://gerrit.libreoffice.org/25482Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst c6e776e4
...@@ -70,7 +70,7 @@ struct FileViewAsyncAction ...@@ -70,7 +70,7 @@ struct FileViewAsyncAction
class SVT_DLLPUBLIC SvtFileView : public Control class SVT_DLLPUBLIC SvtFileView : public Control
{ {
private: private:
SvtFileView_Impl* mpImp; std::unique_ptr<SvtFileView_Impl> mpImpl;
bool bSortColumn; bool bSortColumn;
css::uno::Sequence< OUString > mpBlackList; css::uno::Sequence< OUString > mpBlackList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment