summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/SpellPortions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/SpellPortions.hxx')
-rw-r--r--editeng/inc/editeng/SpellPortions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/inc/editeng/SpellPortions.hxx b/editeng/inc/editeng/SpellPortions.hxx
index d8ca7f924b7f..f96a14b0f557 100644
--- a/editeng/inc/editeng/SpellPortions.hxx
+++ b/editeng/inc/editeng/SpellPortions.hxx
@@ -39,7 +39,7 @@ struct SpellPortion
{
/** contains the text of the portion.
*/
- rtl::OUString sText;
+ OUString sText;
/** Marks the portion as field, footnote symbol or any other special content that
should be protected against unintentional deletion.
*/
@@ -69,7 +69,7 @@ struct SpellPortion
*/
/** contains the proposed dialog title if the proof reading component provides one.
*/
- rtl::OUString sDialogTitle;
+ OUString sDialogTitle;
bool bIgnoreThisError;
SpellPortion() :