diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/viewopt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx index 1a9139ecc8d8..eff41b5be26d 100644 --- a/sw/inc/viewopt.hxx +++ b/sw/inc/viewopt.hxx @@ -554,7 +554,7 @@ public: bool IsOnlineSpell() const { - return !m_bReadonly && m_nCoreOptions.bOnlineSpell; + return m_nCoreOptions.bOnlineSpell; } void SetOnlineSpell( bool b ) { |