summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2023-11-21 15:32:11 +0100
committerBalazs Varga <balazs.varga.extern@allotropia.de>2023-11-21 21:03:41 +0100
commitb4350fd9c3f1873ead892c6baeb7f7c0fc1c7d80 (patch)
treed56f865aeeb0cc96eba4b8c14b2f28012bdc99ea /include
parentedf05194527e596e8b32956f7f3f34357f6e4a27 (diff)
tdf#158143 - UI: Part 35 - Unify lockdown behavior of Options dialog
for Writer/Web - Grid Page. Change-Id: I8b3cc4f75e613691840edc6456fb8ea2c4314282 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159784 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'include')
-rw-r--r--include/svx/optgrid.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/optgrid.hxx b/include/svx/optgrid.hxx
index f27a4bf78d29..c033d001871c 100644
--- a/include/svx/optgrid.hxx
+++ b/include/svx/optgrid.hxx
@@ -20,6 +20,7 @@
#define INCLUDED_SVX_OPTGRID_HXX
#include <sfx2/tabdlg.hxx>
+#include <sfx2/htmlmode.hxx>
#include <svx/svxdllapi.h>
namespace weld { class CheckButton; }
@@ -104,6 +105,7 @@ public:
private:
bool bAttrModified;
+ bool m_bHTMLMode;
std::unique_ptr<weld::CheckButton> m_xCbxUseGridsnap;
std::unique_ptr<weld::Widget> m_xCbxUseGridsnapImg;