summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/defs.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/defs.hxx b/linguistic/source/defs.hxx
index f6eaa3403743..c7ecb736f163 100644
--- a/linguistic/source/defs.hxx
+++ b/linguistic/source/defs.hxx
@@ -56,10 +56,10 @@ struct LangSvcEntries
aSvcImplNames[0] = rSvcImplName;
}
- bool IsAlreadyWarned() const { return bAlreadyWarned != 0; }
- void SetAlreadyWarned( bool bVal ) { bAlreadyWarned = 0 != bVal; }
- bool IsDoWarnAgain() const { return bDoWarnAgain != 0; }
- void SetDoWarnAgain( bool bVal ) { bDoWarnAgain = 0 != bVal; }
+ bool IsAlreadyWarned() const { return bAlreadyWarned; }
+ void SetAlreadyWarned( bool bVal ) { bAlreadyWarned = bVal; }
+ bool IsDoWarnAgain() const { return bDoWarnAgain; }
+ void SetDoWarnAgain( bool bVal ) { bDoWarnAgain = bVal; }
inline void Clear()
{