summaryrefslogtreecommitdiff
path: root/sw/inc/docstyle.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2023-06-15 11:21:01 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2023-06-15 22:37:41 +0200
commite229e13f9d5f1322986775399276f5503ebb83f7 (patch)
tree54e6a3e407cd918930563b62e823bc56bfa9f536 /sw/inc/docstyle.hxx
parent9474ff4cc0abbd16f91ea582050c2332bdad88a3 (diff)
tdf#103064 sw: improved notifications on style modification
- More useful notification on undo - Added notifications for theme change and UNO API. Change-Id: I554dceff92f4f8a6dd5c39c6965b7de706ab6678 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153110 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r--sw/inc/docstyle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index d727245c059e..e71fb73c9828 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -99,7 +99,7 @@ public:
which indicates that the indent attributes at a paragraph style should
be reset in case that a list style is applied to the paragraph style and
no indent attributes are applied. */
- void SetItemSet( const SfxItemSet& rSet,
+ void SetItemSet( const SfxItemSet& rSet, const bool bBroadcast = true,
const bool bResetIndentAttrsAtParagraphStyle = false );
virtual SfxItemSet& GetItemSet() override;