summaryrefslogtreecommitdiff
path: root/tools/source/string
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-20 15:26:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-20 16:54:55 +0100
commit53abf4dc1c065fba3ec9e691cacd55aceaf19fc7 (patch)
tree5bd8d55ed27a67acfb5e9114b704fa1362a6f609 /tools/source/string
parent0344e07dd7b6929e88141a384fd5c46b93c1c61b (diff)
ByteString->rtl::OString[Buffer]
Diffstat (limited to 'tools/source/string')
-rw-r--r--tools/source/string/debugprint.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/string/debugprint.cxx b/tools/source/string/debugprint.cxx
index b95e8ce50c23..85133319f4e1 100644
--- a/tools/source/string/debugprint.cxx
+++ b/tools/source/string/debugprint.cxx
@@ -37,7 +37,6 @@ const sal_Char *dbg_dump(const ByteString &rStr)
{
static ByteString aStr;
aStr = rStr;
- aStr.Append(static_cast<char>(0));
return aStr.GetBuffer();
}