diff options
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/align.hxx | 2 |
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; |