summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/editsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/edit/editsh.cxx')
-rw-r--r--sw/source/core/edit/editsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx
index 46c5de7cfe8a..91ff4641b0d3 100644
--- a/sw/source/core/edit/editsh.cxx
+++ b/sw/source/core/edit/editsh.cxx
@@ -626,7 +626,7 @@ bool SwEditShell::InsertURL( const SwFormatINetFormat& rFormat, const OUString&
bool bDelText = true;
if( !pCursor->IsMultiSelection() )
{
- // einfach Selection -> Text ueberpruefen
+ // simple selection -> check the text
const OUString sText(comphelper::string::stripEnd(GetSelText(), ' '));
if( sText == rStr )
bDelText = bInsText = false;