diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-02-26 14:11:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-02-26 21:44:17 +0200 |
commit | f07e93c2b75fb22c16d1002d10c813c0c61dcfbb (patch) | |
tree | 4a58763161c0bd09a110369ea3e9ceb5496bde45 /sw/source | |
parent | 763985808b987882a021ca76a71e2e99320ed438 (diff) |
Drop superfluous newline and stupid exclamation mark
Change-Id: Ic82f64746e657c44f8a16e78dedc6e85aa95544b
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/xml/swxml.cxx | 2 |
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 } |