summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-03-09 11:50:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-03-09 15:47:47 +0100
commitdfaa3fb58bd35dbc2fcae094d080a56430a2b876 (patch)
treeee81a4244790b5f1ed9ed8254f3263f1642423f7 /sfx2
parent86081afc3021fa0ae6c2b32d11b4b20cc8a190a3 (diff)
code accidentally commented out
in commit 02caa6e40cfa55d96befc82515b343045b5cfd7b Author: Noel Grandin <noel.grandin@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.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/doctemplates.cxx2
1 files changed, 1 insertions, 1 deletions
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& )
{}