summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxform.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxform.cxx')
-rw-r--r--basic/source/sbx/sbxform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx
index 2294be9f295b..21ffa197a70e 100644
--- a/basic/source/sbx/sbxform.cxx
+++ b/basic/source/sbx/sbxform.cxx
@@ -849,7 +849,7 @@ OUString SbxBasicFormater::BasicFormatNull( const OUString& sFormatStrg )
{
return sNullFormatStrg;
}
- return OUString("null");
+ return "null";
}
OUString SbxBasicFormater::BasicFormat( double dNumber, const OUString& _sFormatStrg )