summaryrefslogtreecommitdiff
path: root/svtools/source/svrtf/rtfkeywd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svrtf/rtfkeywd.cxx')
-rw-r--r--svtools/source/svrtf/rtfkeywd.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svtools/source/svrtf/rtfkeywd.cxx b/svtools/source/svrtf/rtfkeywd.cxx
index 5fdfbb26387b..410aa5d3791c 100644
--- a/svtools/source/svrtf/rtfkeywd.cxx
+++ b/svtools/source/svrtf/rtfkeywd.cxx
@@ -24,6 +24,8 @@
#include <algorithm>
#include <string.h>
+namespace {
+
// the table is still to be sorted
struct RTF_TokenEntry
{
@@ -31,6 +33,8 @@ struct RTF_TokenEntry
int nToken;
};
+}
+
// Flag: RTF-token table has been sorted
static bool bSortKeyWords = false;