summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-05 14:45:10 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-05 14:46:09 -0500
commit25e84ee95954a28d9a6a1b346e6673a9a6de71cc (patch)
tree2fc51235669dacf9989675c7c58088812e18288a /basic
parentSwitch from autodoc to doxygen for SDK C++ documentation. (diff)
downloadcore-25e84ee95954a28d9a6a1b346e6673a9a6de71cc.tar.gz
core-25e84ee95954a28d9a6a1b346e6673a9a6de71cc.zip
fdo#44172: Basic function VAL produces bad result
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/methods.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index b98c586a44e1..34a453acda29 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)
{