summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/docxhelper.hxx')
-rw-r--r--sw/source/filter/ww8/docxhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxhelper.hxx b/sw/source/filter/ww8/docxhelper.hxx
index b90059ac37b3..4791aaa8306c 100644
--- a/sw/source/filter/ww8/docxhelper.hxx
+++ b/sw/source/filter/ww8/docxhelper.hxx
@@ -15,7 +15,7 @@
struct DocxStringTokenMap
{
const char* pToken;
- sal_Int32 const nToken;
+ sal_Int32 nToken;
};
sal_Int32 DocxStringGetToken(DocxStringTokenMap const * pMap, const OUString& rName);