diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-22 11:12:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-22 11:12:33 +0100 |
commit | 1443a9f7abce965d1ca3ccf0a8f92562ebf82c07 (patch) | |
tree | c753e7c1cd9ec33b2dbeaa9defafcdd1b3355b8a /forms/source/richtext | |
parent | 45739fad0b1d55e72cc1ed508b8ea33a74219290 (diff) |
[Uu]sefull -> [Uu]seful
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
Diffstat (limited to 'forms/source/richtext')
-rw-r--r-- | forms/source/richtext/richtextimplcontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx index ed376d340f8b..c23ed5ce05da 100644 --- a/forms/source/richtext/richtextimplcontrol.cxx +++ b/forms/source/richtext/richtextimplcontrol.cxx @@ -116,7 +116,7 @@ namespace frm // type (Latin, Asian, Complex). However, if we have an observer who is interested // in the state of this attribute, we have to kind of *merge* the three attributes // to only one. - // This is usefull in case the observer is for instance a toolbox which contains only + // This is useful in case the observer is for instance a toolbox which contains only // an, e.g., "bold" slot, and thus not interested in the particular script type of the // current selection. SvxScriptSetItem aNormalizedSet( (WhichId)_pHandler->first, *m_pView->GetAttribs().GetPool() ); |