summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfcontrolwords.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtfcontrolwords.cxx')
-rw-r--r--writerfilter/source/rtftok/rtfcontrolwords.cxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/writerfilter/source/rtftok/rtfcontrolwords.cxx b/writerfilter/source/rtftok/rtfcontrolwords.cxx
index 1076f9d672b7..578c54881f17 100644
--- a/writerfilter/source/rtftok/rtfcontrolwords.cxx
+++ b/writerfilter/source/rtftok/rtfcontrolwords.cxx
@@ -13,10 +13,13 @@
#include <sal/macros.h>
#include <string.h>
-namespace writerfilter {
-namespace rtftok {
+namespace writerfilter
+{
+namespace rtftok
+{
-RTFSymbol aRTFControlWords[] = {
+RTFSymbol aRTFControlWords[] =
+{
// sKeyword nControlType nIndex
{"'", CONTROL_SYMBOL, RTF_HEXCHAR},
{"-", CONTROL_SYMBOL, RTF_OPTHYPH},
@@ -1851,7 +1854,8 @@ bool RTFSymbol::operator<(const RTFSymbol& rOther) const
return strcmp(sKeyword, rOther.sKeyword) < 0;
}
-RTFMathSymbol aRTFMathControlWords[] = {
+RTFMathSymbol aRTFMathControlWords[] =
+{
// eKeyword nToken eDestination
{RTF_MOMATH, M_TOKEN(oMath), DESTINATION_MOMATH},
{RTF_MF, M_TOKEN(f), DESTINATION_MF},