diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-22 12:37:09 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-22 13:28:50 -0500 |
commit | 05e01bad5d5387ec551dd8ef50be7197df518504 (patch) | |
tree | afee9f629e40880923203079a3907621c97ec4de /editeng | |
parent | 614d384f5bf7a6b5974c6ed0c972dd9a0434b3b6 (diff) |
Make SvxAutocorrWordList explicitly non-copyable.
Change-Id: Idc056fd216bfe0b5e5c0285b1781b0658837f5a2
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 6b235de53de1..0f4d2574d67d 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -2691,6 +2691,8 @@ bool CompareSvxAutocorrWordList::operator()( SvxAutocorrWord* const& lhs, SvxAut return rCmp.compareString( lhs->GetShort(), rhs->GetShort() ) < 0; } +SvxAutocorrWordList::SvxAutocorrWordList() {} + SvxAutocorrWordList::~SvxAutocorrWordList() { DeleteAndDestroyAll(); |