summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/flditem.hxx2
-rw-r--r--include/editeng/hangulhanja.hxx2
-rw-r--r--include/editeng/svxrtf.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx
index 89cd9ac22076..ef10324bdb63 100644
--- a/include/editeng/flditem.hxx
+++ b/include/editeng/flditem.hxx
@@ -139,7 +139,7 @@ public:
enum SvxURLFormat { SVXURLFORMAT_APPDEFAULT = 0, // Set as in App
SVXURLFORMAT_URL, // Represent URL
- SVXURLFORMAT_REPR // Constitute repraesentation
+ SVXURLFORMAT_REPR // Constitute representation
};
class EDITENG_DLLPUBLIC SvxURLField : public SvxFieldData
diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx
index 6b8d2c05fec7..0d85988e2464 100644
--- a/include/editeng/hangulhanja.hxx
+++ b/include/editeng/hangulhanja.hxx
@@ -48,7 +48,7 @@ namespace editeng
</ul>
For instance, you could have two independent selections within your document, which are then
two text portions. A text unit would be single Hangul/Hanja words within a portion, or even
- single Hangul syllabills when "replace by character" is enabled.
+ single Hangul syllabification when "replace by character" is enabled.
</p>
*/
class EDITENG_DLLPUBLIC HangulHanjaConversion
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index d73b96046d97..5137d1085d6b 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -344,7 +344,7 @@ public:
SvxRTFItemStackType( const SvxRTFItemStackType&, const EditPosition&,
bool bCopyAttr );
~SvxRTFItemStackType();
- //cmc, I'm very suspicios about SetStartPos, it doesn't change
+ //cmc, I'm very suspicious about SetStartPos, it doesn't change
//its children's starting position, and the implementation looks
//bad, consider this deprecated.
void SetStartPos( const EditPosition& rPos );