diff options
author | Oliver Specht <oliver.specht@cib.de> | 2024-04-18 11:24:50 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-11-29 01:15:51 +0100 |
commit | 40436e1dfdad42690cc0cfc4781c38e5419e0dc5 (patch) | |
tree | a79ae0ae9926e26177588abdb6c26611c3320d50 /sw/inc | |
parent | b440a03b30bfa5637b60dfe112d663375449d136 (diff) |
tdf#146553 Enable additonal functions in editable section while in r/o mode
Insert/Edit table, insert lists, insert AutoText
automatic spell checking
Change-Id: Iccef3965316dc6079ea56a0283023c5a658512cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165031
Tested-by: Jenkins
Tested-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
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 ) { |