diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-11 15:55:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-12 08:43:14 +0200 |
commit | 539c75b910f518a1fe51e9a21f6368a91c69ed88 (patch) | |
tree | 8e6b0c4334960d20c6faa2466be62f86a6b93222 /svtools | |
parent | c59804173be99e5ee922d859271c6660695d0ade (diff) |
strip some linefeeds from the end of debug output
Change-Id: I2821969d86b7f8cee53404e6a0acfbebbe53b3ac
Reviewed-on: https://gerrit.libreoffice.org/39824
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/menuoptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index 8bec940d4000..2edd4fb3a520 100644 --- a/svtools/source/config/menuoptions.cxx +++ b/svtools/source/config/menuoptions.cxx @@ -279,7 +279,7 @@ void SvtMenuOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) if ( seqValues[nProperty] >>= nContextMenuShortcuts ) m_eContextMenuShortcuts = static_cast<TriState>(nContextMenuShortcuts); } - else assert( false && "SvtMenuOptions_Impl::Notify()\nUnknown property detected ... I can't handle these!\n" ); + else assert( false && "SvtMenuOptions_Impl::Notify()\nUnknown property detected ... I can't handle these!" ); } if ( bMenuSettingsChanged ) |