sfx2/source/control/unoctitm.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 91ee7efe49581b774d4be116888b490eb132ac5d Author: Pranam Lashkari <lpra...@collabora.com> AuthorDate: Fri Jul 10 22:24:02 2020 +0530 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Fri Jul 17 11:07:31 2020 +0200 LOK: send state of FormatPaintbrush Change-Id: I61057adff79e072aa4dc12e9c8943abd7166a260 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98540 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 5d7ed29ac9f7..caf91b81c420 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1011,7 +1011,8 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra aEvent.FeatureURL.Path == "DocumentRepair" || aEvent.FeatureURL.Path == "ObjectAlignLeft" || aEvent.FeatureURL.Path == "ObjectAlignRight" || - aEvent.FeatureURL.Path == "AlignCenter") + aEvent.FeatureURL.Path == "AlignCenter" || + aEvent.FeatureURL.Path == "FormatPaintbrush") { bool bTemp = false; aEvent.State >>= bTemp; @@ -1113,7 +1114,6 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra aEvent.FeatureURL.Path == "SplitTable" || aEvent.FeatureURL.Path == "DeleteNote" || aEvent.FeatureURL.Path == "AcceptChanges" || - aEvent.FeatureURL.Path == "FormatPaintbrush" || aEvent.FeatureURL.Path == "SetDefault" || aEvent.FeatureURL.Path == "ParaLeftToRight" || aEvent.FeatureURL.Path == "ParaRightToLeft" || _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits