summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/basesh.cxx
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2023-08-08 18:07:11 +0200
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-08-10 11:09:00 +0200
commitd190758ecee87c2d5d3944e40c4cca6850ce7fd2 (patch)
treecae7da54f07e2f40962485d99229cac9fe9a85e2 /sw/source/uibase/shells/basesh.cxx
parent8112e3dae2550acc43e064a69759ddbf7993142b (diff)
tdf#156594 - A11Y - add fix button for "Avoid background images."
- add fix button for "Avoid background images." - add .uno:PageAreaDialog command to navigate page style-->Area tab Change-Id: Ibad4e8896d05e72713189a0042c3f156a0733171 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155464 Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/shells/basesh.cxx')
-rw-r--r--sw/source/uibase/shells/basesh.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index 8e382a0ba6e0..a2ea7501e1e9 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -2811,6 +2811,7 @@ void SwBaseShell::ExecDlg(SfxRequest &rReq)
case FN_FORMAT_PAGE_DLG:
case FN_FORMAT_PAGE_COLUMN_DLG:
case FN_FORMAT_PAGE_SETTING_DLG:
+ case FN_FORMAT_PAGE_AREA_DLG:
{
if( !bBackground )
{
@@ -2829,6 +2830,9 @@ void SwBaseShell::ExecDlg(SfxRequest &rReq)
case FN_FORMAT_PAGE_SETTING_DLG:
sPageId = "page";
break;
+ case FN_FORMAT_PAGE_AREA_DLG:
+ sPageId = "area";
+ break;
case FN_FORMAT_PAGE_DLG:
if (pItem)
sPageId = static_cast<const SfxStringItem*>(pItem)->GetValue();