[Libreoffice-commits] .: basic/source
August Sodora
augsod at kemper.freedesktop.org
Thu Jan 5 11:48:10 PST 2012
basic/source/runtime/methods.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 25e84ee95954a28d9a6a1b346e6673a9a6de71cc
Author: August Sodora <augsod at gmail.com>
Date: Thu Jan 5 14:45:10 2012 -0500
fdo#44172: Basic function VAL produces bad result
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index b98c586..34a453a 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