diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2018-11-26 13:16:08 +0100 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2018-11-26 23:01:04 +0100 |
commit | 8efb302a446bb319a0793c45076ca6fca288949b (patch) | |
tree | 7360aaa4f7763767b21f9bdc7285f7b3ab701a56 /ios | |
parent | 2bb070f95a05d52cba6fa36450d6317ab883d881 (diff) |
tdf#121647: fix regression from 85b3c799ede62a3d7ad0493fc80b629214956601
the pCP = pCodePairs statement was left behind in
- std::vector<sal_UCS4>::const_iterator itInt = aSupportedRanges.begin();
- for( pCP = pCodePairs; itInt != aSupportedRanges.end(); ++itInt )
- *(pCP++) = *itInt;
+ for (auto const& supportedRange : aSupportedRanges)
+ *(pCP++) = supportedRange;
Change-Id: Icedf7a4dae224f6b328f924691ec4c6767495389
Reviewed-on: https://gerrit.libreoffice.org/64038
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'ios')
0 files changed, 0 insertions, 0 deletions