summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/rtftok/rtftokenizer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/rtftok/rtftokenizer.hxx b/writerfilter/source/rtftok/rtftokenizer.hxx
index 4cc3f159fe5b..e2feb0499019 100644
--- a/writerfilter/source/rtftok/rtftokenizer.hxx
+++ b/writerfilter/source/rtftok/rtftokenizer.hxx
@@ -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