From 539c75b910f518a1fe51e9a21f6368a91c69ed88 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Jul 2017 15:55:02 +0200 Subject: strip some linefeeds from the end of debug output Change-Id: I2821969d86b7f8cee53404e6a0acfbebbe53b3ac Reviewed-on: https://gerrit.libreoffice.org/39824 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/meta/xmlversion.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx index 7c66faac4e96..622e418c5594 100644 --- a/xmloff/source/meta/xmlversion.cxx +++ b/xmloff/source/meta/xmlversion.cxx @@ -396,7 +396,7 @@ uno::Sequence< util::RevisionTag > SAL_CALL XMLVersionListPersistence::load( con aParserInput.aInputStream = xDocStream->getInputStream(); OSL_ENSURE( aParserInput.aInputStream.is(), - "The stream was successfully opened for reading, the input part must be accessible!\n" ); + "The stream was successfully opened for reading, the input part must be accessible!" ); if ( !aParserInput.aInputStream.is() ) throw uno::RuntimeException(); -- cgit