From 326bec33e0a08123d716b9d2a06884368a8f07eb Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 3 Feb 2014 14:01:31 +0100 Subject: some more continuous corrections --- include/unotools/fontcvt.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/unotools') 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() {} -- cgit