[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sc/source
Eike Rathke
erack at redhat.com
Thu Nov 27 08:27:33 PST 2014
sc/source/ui/app/inputhdl.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit adda0955d0f06dd8d75bd9108bc6b5ba5a909fe0
Author: Eike Rathke <erack at redhat.com>
Date: Thu Nov 27 17:16:11 2014 +0100
remove SAL_DEBUG
Change-Id: I08cbc7bab69daa19dfac1a1b27113fb87bc7a272
(cherry picked from commit a02a54f51367f276544f45e67023338a32d22ee6)
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index 08cba8b..482a56f 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);
}
More information about the Libreoffice-commits
mailing list