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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/editeng/inc/editeng/SpellPortions.hxx b/editeng/inc/editeng/SpellPortions.hxx
index 55a161c773c8..e13aed8a26e5 100644
--- a/editeng/inc/editeng/SpellPortions.hxx
+++ b/editeng/inc/editeng/SpellPortions.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -53,8 +53,8 @@ struct SpellPortion
should be protected against unintentional deletion.
*/
bool bIsField;
- /** Marks the portion hidden content that should not be touched by spell checking
- and not be removed like redlines. The creator of the portions has to take care
+ /** Marks the portion hidden content that should not be touched by spell checking
+ and not be removed like redlines. The creator of the portions has to take care
for them.
*/
bool bIsHidden;
@@ -65,7 +65,7 @@ struct SpellPortion
it's an empty reference
*/
::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSpellAlternatives> xAlternatives;
- /** determines whether the error type is a grammar error
+ /** determines whether the error type is a grammar error
*/
bool bIsGrammarError;
/** contains the grammar error information
@@ -79,7 +79,7 @@ struct SpellPortion
/** contains the proposed dialog title if the proof reading component provides one.
*/
rtl::OUString sDialogTitle;
-
+
bool bIgnoreThisError;
SpellPortion() :
bIsField(false),