summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/templdlg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-25 20:27:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-26 16:49:01 +0100
commit94960a5594f932a2ba767db21bdf803180a8c761 (patch)
treed18fd1307b8cbcfe2ed36dc68c7d5f869d6a33aa /sfx2/source/dialog/templdlg.cxx
parentcb699fd9c749d5fe621406918fa6458896c09239 (diff)
tdf#145814 fill format mode is mostly disabled
when it shouldn't Change-Id: Ic282c313a6986d7d08f54b475c5d2ce32098ada1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125851 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/dialog/templdlg.cxx')
-rw-r--r--sfx2/source/dialog/templdlg.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 12a8f9ff3a51..0cccf5a5d989 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -367,11 +367,8 @@ void SfxCommonTemplateDialog_Impl::SelectStyle(const OUString &rStr, bool bIsCal
bWaterDisabled = !IsSafeForWaterCan();
- if (!bIsCallback)
- {
- // tdf#134598 call UpdateStyleDependents to update watercan
- UpdateStyleDependents_Hdl(nullptr);
- }
+ // tdf#134598 call UpdateStyleDependents to update watercan
+ UpdateStyleDependents_Hdl(nullptr);
}
void SfxCommonTemplateDialog_Impl::EnableTreeDrag(bool bEnable)