summaryrefslogtreecommitdiff
path: root/include/unotools/fontcvt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/fontcvt.hxx')
-rw-r--r--include/unotools/fontcvt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/fontcvt.hxx b/include/unotools/fontcvt.hxx
index 2beda5d8a77b..2a2310734669 100644
--- a/include/unotools/fontcvt.hxx
+++ b/include/unotools/fontcvt.hxx
@@ -54,9 +54,9 @@ public:
//Starts converting the string at position rIndex. It converts as much of
//the string that can be converted to the same symbol font and returns the
//name of that font. rIndex is modified to the last index that was
- //converted. Typically you call if continously until rIndex ==
+ //converted. Typically you call if continuously until rIndex ==
//rString.Len() and handle each section as separate 8bit strings using
- //separate fonts. Will return an empty string for a continous section
+ //separate fonts. Will return an empty string for a continuous section
//that has no possible mapping.
virtual OUString ConvertString(OUString &rString, sal_Int32 &rIndex) = 0;
virtual ~StarSymbolToMSMultiFont() {}