diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-03-22 14:03:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-03-22 14:22:15 +0100 |
commit | 3d5349f290deead4d47708ac8e30da47a76b9177 (patch) | |
tree | d3fa36e9344058405a1f761848ea39bd63cfffa7 /sw/inc | |
parent | 0abc9bb2fa280164372b4779e6af9c3d992951b6 (diff) |
missing SwExtraRedlineTbl dtor
Change-Id: I58eaedd89fa039945a3907c8f8858599ea5bbe9c
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/docary.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx index 4c51c577d773..b9c6f956b33d 100644 --- a/sw/inc/docary.hxx +++ b/sw/inc/docary.hxx @@ -190,6 +190,7 @@ private: std::vector<SwExtraRedline*> m_aExtraRedlines; public: + ~SwExtraRedlineTbl(); sal_uInt16 GetPos(const SwExtraRedline* p) const; bool Insert( SwExtraRedline* p ); |