mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
wsd: move LOOLProtocol::tokenize to Util::tokenize
The tokenizer(s) are more generic than the protocol logic, and are used from contexts that don't involve the protocol as such. Change-Id: Ie8c256bf11a91e466bff794021f41603c9596a7f
This commit is contained in:

committed by
Michael Meeks

parent
d89f509609
commit
d2d0492245
@ -88,7 +88,7 @@ protected:
|
||||
std::string line;
|
||||
std::getline(std::cin, line);
|
||||
|
||||
StringVector tokens(LOOLProtocol::tokenize(line, ' '));
|
||||
StringVector tokens(Util::tokenize(line, ' '));
|
||||
|
||||
if (tokens.size() == 0)
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user