summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/richstring.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/richstring.hxx b/sc/source/filter/inc/richstring.hxx
index 6cf0fe1c3eed..d22aa6d2e2b3 100644
--- a/sc/source/filter/inc/richstring.hxx
+++ b/sc/source/filter/inc/richstring.hxx
@@ -68,7 +68,7 @@ private:
OUString maText; /// Portion text.
FontRef mxFont; /// Embedded portion font, may be empty.
sal_Int32 mnFontId; /// Link to global font list.
- bool mbConverted; /// Without repeatly convert
+ bool mbConverted; /// Without repeatedly convert
};
typedef std::shared_ptr< RichStringPortion > RichStringPortionRef;