diff options
Diffstat (limited to 'sw/source/uibase/inc/redlndlg.hxx')
-rw-r--r-- | sw/source/uibase/inc/redlndlg.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/redlndlg.hxx b/sw/source/uibase/inc/redlndlg.hxx index 750678477456..910f23ce2d3d 100644 --- a/sw/source/uibase/inc/redlndlg.hxx +++ b/sw/source/uibase/inc/redlndlg.hxx @@ -52,13 +52,12 @@ struct SwRedlineDataParent class SwRedlineDataParentSortArr : public o3tl::sorted_vector<SwRedlineDataParent*, o3tl::less_ptr_to<SwRedlineDataParent> > {}; -typedef std::vector<std::unique_ptr<SwRedlineDataChild>> SwRedlineDataChildArr; - class SW_DLLPUBLIC SwRedlineAcceptDlg final { std::shared_ptr<weld::Window> m_xParentDlg; std::vector<std::unique_ptr<SwRedlineDataParent>> m_RedlineParents; - SwRedlineDataChildArr m_RedlineChildren; + std::vector<std::unique_ptr<SwRedlineDataChild>> + m_RedlineChildren; SwRedlineDataParentSortArr m_aUsedSeqNo; Timer m_aSelectTimer; OUString m_sInserted; |