repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 5.0-14
[LibreOffice.git]
/
external
/
clucene
/
patches
/
clucene-multimap-put.patch
blob
bfff31a8727b3398734b3e6857b5ab5da7902f82
1
--- src/core/CLucene/util/VoidMap.h
2
+++ src/core/CLucene/util/VoidMap.h
3
@@ -316,6 +316,7 @@ public:
4
if ( _this::dk || _this::dv )
5
_this::remove(k);
6
7
+ (*this)[k] = v;
8
}
9
};