summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-02-26 14:11:21 +0200
committerTor Lillqvist <tml@collabora.com>2015-02-26 21:44:17 +0200
commitf07e93c2b75fb22c16d1002d10c813c0c61dcfbb (patch)
tree4a58763161c0bd09a110369ea3e9ceb5496bde45
parent763985808b987882a021ca76a71e2e99320ed438 (diff)
Drop superfluous newline and stupid exclamation mark
Change-Id: Ic82f64746e657c44f8a16e78dedc6e85aa95544b
-rw-r--r--sw/source/filter/xml/swxml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx
index c62994560d40..6b83003f3d68 100644
--- a/sw/source/filter/xml/swxml.cxx
+++ b/sw/source/filter/xml/swxml.cxx
@@ -363,7 +363,7 @@ sal_Int32 ReadThroughComponent(
}
catch ( uno::Exception& )
{
- OSL_FAIL( "Error on import!\n" );
+ OSL_FAIL( "Error on import" );
// TODO/LATER: error handling
}