sfx2/source/doc/doctemplates.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit cb71e8389778a65e55260b3a098307b0eae8b459
Author: Stephan Bergmann <[email protected]>
AuthorDate: Fri Jun 6 15:31:49 2025 +0200
Commit: Stephan Bergmann <[email protected]>
CommitDate: Fri Jun 6 15:33:19 2025 +0200
Fix missing brace from previous conflicting cherry pick
...93823a3e2e8f0f9a4ce3ac1ee80d060bacf1677e "Some more SAL_INFO around
SfxDocTplService initialization"
Change-Id: I19c054a78166029ec3f8665dd40eb4098ca04f22
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186225
Reviewed-by: Stephan Bergmann <[email protected]>
Tested-by: Stephan Bergmann <[email protected]>
diff --git a/sfx2/source/doc/doctemplates.cxx b/sfx2/source/doc/doctemplates.cxx
index 69bc101fa877..dd7a5452ced2 100644
--- a/sfx2/source/doc/doctemplates.cxx
+++ b/sfx2/source/doc/doctemplates.cxx
@@ -491,6 +491,7 @@ void SfxDocTplService::init_Impl()
SAL_INFO("sfx.doc", "SfxDocTplService_Impl::init_Impl H");
// the UI should be shown only on the first update
doUpdate();
+ }
}
else
{