summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-19 16:05:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-19 16:05:35 +0100
commitb0339005b820149f86e691f88f0540c07a306d69 (patch)
tree6c1e83563c7c937dbe1b49982c1a877f20877b4b /basctl
parent24346dc6630471da65a2c19d767cb9deed73405a (diff)
loplugin:sallogareas
Change-Id: I2220ab194384fb397716bf3227d38716ba54f537
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/bastypes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx
index adca1ed9e502..30f83fa6f2ee 100644
--- a/basctl/source/basicide/bastypes.cxx
+++ b/basctl/source/basicide/bastypes.cxx
@@ -651,7 +651,7 @@ void CutLines( OUString& rStr, sal_Int32 nStartLine, sal_Int32 nLines, bool bEra
nLine++;
}
- SAL_WARN_IF( nStartPos == -1, "basctl", "CutLines: Startzeile nicht gefunden!" );
+ SAL_WARN_IF( nStartPos == -1, "basctl.basicide", "CutLines: Startzeile nicht gefunden!" );
if ( nStartPos == -1 )
return;