[Libreoffice-commits] .: Branch 'libreoffice-3-5' - basic/source
David Tardon
dtardon at kemper.freedesktop.org
Fri Jan 6 00:40:57 PST 2012
basic/source/runtime/methods.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e4851f276624340401c0556015d681e574b178a6
Author: August Sodora <augsod at gmail.com>
Date: Thu Jan 5 14:45:10 2012 -0500
fdo#44172: Basic function VAL produces bad result
Signed-off-by: David Tardon <dtardon at redhat.com>
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index e3d5d48..352351e 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -128,7 +128,7 @@ static void FilterWhiteSpace( String& rStr )
if (!rStr.Len())
return;
- rtl::OUStringBuffer aRet(rStr);
+ rtl::OUStringBuffer aRet;
for (xub_StrLen i = 0; i < rStr.Len(); ++i)
{
More information about the Libreoffice-commits
mailing list