sfx2/source/doc/doctemplates.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dfaa3fb58bd35dbc2fcae094d080a56430a2b876 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Mar 9 11:50:21 2022 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Wed Mar 9 15:47:47 2022 +0100 code accidentally commented out in commit 02caa6e40cfa55d96befc82515b343045b5cfd7b Author: Noel Grandin <noel.gran...@collabora.co.uk> Date: Thu Feb 24 16:17:46 2022 +0200 renames in template manager creates xml file in wrong location Change-Id: I21c06ebcfcfaf5fabe75aa3421948bb5a48d6176 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131234 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/sfx2/source/doc/doctemplates.cxx b/sfx2/source/doc/doctemplates.cxx index 2e7888c3c0f2..ef4c4aa4f7fe 100644 --- a/sfx2/source/doc/doctemplates.cxx +++ b/sfx2/source/doc/doctemplates.cxx @@ -1280,7 +1280,7 @@ bool SfxDocTplService_Impl::WriteUINamesForTemplateDir_Impl( std::u16string_view DocTemplLocaleHelper::WriteGroupLocalizationSequence( xOutStream, aUINames, mxContext); try { // the SAX writer might close the stream -// xOutStream->closeOutput(); + xOutStream->closeOutput(); } catch( uno::Exception& ) {}