diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-01 12:20:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-02 13:44:24 +0000 |
commit | 76ce0a9622255a6f48354d6a1d6e3784fd4db04c (patch) | |
tree | f762d0e3aa1a0460e54bd2171529e24f6e875394 | |
parent | 507d0ded64db51a8826d07c507f612a6c02c3869 (diff) |
an empty string here seems no hardship
Change-Id: I8c8589f6ff7a190556cc4aa016ae343a19378b18
-rw-r--r-- | sw/source/core/txtnode/txtedt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx index 5064e0081de9..ecb3bfb90088 100644 --- a/sw/source/core/txtnode/txtedt.cxx +++ b/sw/source/core/txtnode/txtedt.cxx @@ -725,7 +725,6 @@ SwScanner::SwScanner( const SwTextNode& rNd, const OUString& rText, , nWordType( nType ) , bClip( bClp ) { - OSL_ENSURE( !aPreDashReplacementText.isEmpty(), "SwScanner: EmptyString" ); nStartPos = nBegin = nStart; nEndPos = nEnde; |