summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-11-27 17:16:11 +0100
committerEike Rathke <erack@redhat.com>2014-11-27 17:27:01 +0100
commitadda0955d0f06dd8d75bd9108bc6b5ba5a909fe0 (patch)
tree4725c7098cc2791de7d55d5623c313d1fdaf35f2 /sc
parente9fd03e6c36be7b99dad622207411a3479f69174 (diff)
remove SAL_DEBUG
Change-Id: I08cbc7bab69daa19dfac1a1b27113fb87bc7a272 (cherry picked from commit a02a54f51367f276544f45e67023338a32d22ee6)
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/app/inputhdl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index 08cba8b8fddd..482a56fc6cb2 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -1124,7 +1124,6 @@ namespace {
bool needToExtendSelection(const OUString& rSelectedText, const OUString& rInsertText)
{
- SAL_DEBUG(rSelectedText);
return !rInsertText.startsWithIgnoreAsciiCase(rSelectedText);
}