diff options
author | Aron Budea <aron.budea@collabora.com> | 2022-03-10 06:30:23 +0100 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2022-03-14 19:59:32 +0100 |
commit | b456297ced6f5111cf311556a2904cbb27598289 (patch) | |
tree | 042e1bc3ecd5d4e8db30cff9bab3a763ba76f13b /sfx2/source/control/unoctitm.cxx | |
parent | ca9e48c663b16bf461c37a5449c6ad5a930ad5a4 (diff) |
Send Calc Insert Headers and Footers state change to LOK
Change-Id: Id51b4cf1eb962f22ee1e381873f4670789675525
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131293
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131543
Tested-by: Jenkins
Reviewed-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'sfx2/source/control/unoctitm.cxx')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index e7da4f4274f6..dde7c4cc6e6b 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1102,6 +1102,7 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra aEvent.FeatureURL.Path == "ResetAttributes" || aEvent.FeatureURL.Path == "IncrementIndent" || aEvent.FeatureURL.Path == "DecrementIndent" || + aEvent.FeatureURL.Path == "EditHeaderAndFooter" || aEvent.FeatureURL.Path == "NumberFormatDecDecimals" || aEvent.FeatureURL.Path == "NumberFormatIncDecimals") { |