summaryrefslogtreecommitdiff
path: root/cui/source/inc/align.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/align.hxx')
-rw-r--r--cui/source/inc/align.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/align.hxx b/cui/source/inc/align.hxx
index 6edfd8b8ba44..df2094afe684 100644
--- a/cui/source/inc/align.hxx
+++ b/cui/source/inc/align.hxx
@@ -93,7 +93,7 @@ private:
VclPtr<ValueSet> m_pVsRefEdge;
VclPtr<TriStateBox> m_pCbStacked;
VclPtr<TriStateBox> m_pCbAsianMode;
- OrientationHelper* m_pOrientHlp;
+ std::unique_ptr<OrientationHelper> m_pOrientHlp;
VclPtr<VclHBox> m_pBoxDirection;
VclPtr<TriStateBox> m_pBtnWrap;