Kaydet (Commit) 78e003e0 authored tarafından Noel Grandin's avatar Noel Grandin

forgot to update comment

in
	commit d6865e5c
	Date:   Fri May 24 11:52:30 2019 +0200
    use std::unordered_map in RTFTokenizer

Change-Id: I5197eae86c4611d1598dbb60bae4962ad0576ecd
Reviewed-on: https://gerrit.libreoffice.org/72906
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst b358bb95
......@@ -67,7 +67,7 @@ private:
RTFListener& m_rImport;
SvStream* m_pInStream;
css::uno::Reference<css::task::XStatusIndicator> const& m_xStatusIndicator;
// This is the same as aRTFControlWords, but sorted
// This is the same as aRTFControlWords, but mapped by token name for fast lookup
static std::unordered_map<OString, RTFSymbol> s_aRTFControlWords;
static bool s_bControlWordsInitialised;
// This is the same as aRTFMathControlWords, but sorted
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment