diff options
-rw-r--r-- | basic/source/runtime/step0.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/step0.cxx b/basic/source/runtime/step0.cxx index 412847356af8..5e41425b1748 100644 --- a/basic/source/runtime/step0.cxx +++ b/basic/source/runtime/step0.cxx @@ -1171,7 +1171,7 @@ void SbiRuntime::StepARGV() // is removed afterwards. void SbiRuntime::StepINPUT() { - OUStringBuffer sin = ""; + OUStringBuffer sin; OUString s; char ch = 0; SbError err; |