diff options
Diffstat (limited to 'include/xmloff/xmlevent.hxx')
-rw-r--r-- | include/xmloff/xmlevent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlevent.hxx b/include/xmloff/xmlevent.hxx index ebbd400755fc..f365a2ce4417 100644 --- a/include/xmloff/xmlevent.hxx +++ b/include/xmloff/xmlevent.hxx @@ -75,7 +75,7 @@ struct XMLEventName struct XMLEventNameTranslation { const char* sAPIName; - sal_uInt16 const nPrefix; // namespace prefix + sal_uInt16 nPrefix; // namespace prefix const char* sXMLName; }; |