summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfcontrolwords.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtfcontrolwords.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfcontrolwords.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/rtftok/rtfcontrolwords.hxx b/writerfilter/source/rtftok/rtfcontrolwords.hxx
index 2a7d5967148e..9d31151fa9c9 100644
--- a/writerfilter/source/rtftok/rtfcontrolwords.hxx
+++ b/writerfilter/source/rtftok/rtfcontrolwords.hxx
@@ -1992,7 +1992,7 @@ enum RTFControlTypes
CONTROL_VALUE // eg \fs (requires parameter)
};
-/// Respresents an RTF Control Word
+/// Represents an RTF Control Word
struct RTFSymbol
{
const char* sKeyword;
@@ -2005,7 +2005,7 @@ struct RTFSymbol
extern RTFSymbol aRTFControlWords[];
extern int nRTFControlWords;
-/// Respresents an RTF Math Control Word
+/// Represents an RTF Math Control Word
struct RTFMathSymbol
{
RTFKeyword eKeyword;