summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/dbtree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/dbtree.hxx')
-rw-r--r--sw/source/uibase/inc/dbtree.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/dbtree.hxx b/sw/source/uibase/inc/dbtree.hxx
index 1d55c686e3e2..93bb98efbfb6 100644
--- a/sw/source/uibase/inc/dbtree.hxx
+++ b/sw/source/uibase/inc/dbtree.hxx
@@ -34,7 +34,7 @@ class SW_DLLPUBLIC SwDBTreeList : public SvTreeListBox
bool bInitialized;
bool bShowColumns;
- std::unique_ptr<SwDBTreeList_Impl> pImpl;
+ rtl::Reference<SwDBTreeList_Impl> pImpl;
DECL_DLLPRIVATE_LINK( DBCompare, const SvSortData&, sal_Int32 );