| commit | 1fec168aff4569827d4822c9fcff7bc4ecd0d04b | [log] |
|---|---|---|
| author | Caolán McNamara <caolan.mcnamara@collabora.com> | Tue May 16 13:05:03 2023 +0100 |
| committer | Caolán McNamara <caolan.mcnamara@collabora.com> | Sat May 20 22:22:37 2023 +0200 |
| tree | b8a0f3d66e86bc960141dc0ed28b2ef54c3b1d83 | |
| parent | 02c56a8d3ea86f28ffbdd645f83d1d4de2b56bea [diff] |
ofz#59028 avoid config make this actually do nothing to test a point Change-Id: I353dc2bbbcd9229518f6527fe1589a901a9adfd1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151833 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
diff --git a/sw/source/uibase/config/viewopt.cxx b/sw/source/uibase/config/viewopt.cxx index 59a9c19..a91a554 100644 --- a/sw/source/uibase/config/viewopt.cxx +++ b/sw/source/uibase/config/viewopt.cxx
@@ -602,6 +602,8 @@ rtl::Reference<comphelper::ConfigurationListener> const & getWCOptionListener() bool SwViewOption::IsIgnoreProtectedArea() { if (utl::ConfigManager::IsFuzzing()) return false; static comphelper::ConfigurationListenerProperty<bool> gIgnoreProtectedArea(getWCOptionListener(), "IgnoreProtectedArea"); return gIgnoreProtectedArea.get(); }