summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2023-08-08 21:06:59 +0200
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-08-16 17:03:47 +0200
commitb4cbf44e8d5072e79b62e6b4e3b1c2480e4a34f3 (patch)
tree90c2eaa33e958ee6076b062165cd57616d0cd31c /sw/sdi
parentc2164850f20d9342db94faa84c78fbb5b976552e (diff)
tdf#156591 - A11Y - add fix button for "Style has no language set."
Open style language character settings if the language is set to 'None'. Add EditStyleFont uno command for editing directly Font of paragraph styles. Change-Id: I8b7d7880cc77f7352edac089ee95b4a6d0744575 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155494 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_docsh.sdi6
-rw-r--r--sw/sdi/swriter.sdi6
2 files changed, 9 insertions, 3 deletions
diff --git a/sw/sdi/_docsh.sdi b/sw/sdi/_docsh.sdi
index 60435805d761..5a398feff6d8 100644
--- a/sw/sdi/_docsh.sdi
+++ b/sw/sdi/_docsh.sdi
@@ -42,6 +42,12 @@ interface BaseTextDocument
StateMethod = StateStyleSheet ;
]
+ SID_STYLE_FONT
+ [
+ ExecMethod = ExecStyleSheet ;
+ StateMethod = StateStyleSheet ;
+ ]
+
SID_STYLE_DELETE
[
ExecMethod = ExecStyleSheet ;
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index 92fc37a342a3..56b381881939 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -4909,9 +4909,9 @@ SfxVoidItem PageAreaDialog FN_FORMAT_PAGE_AREA_DLG
RecordPerSet;
Asynchron;
- AccelConfig = TRUE,
- MenuConfig = TRUE,
- ToolBoxConfig = TRUE,
+ AccelConfig = FALSE,
+ MenuConfig = FALSE,
+ ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Format;
]