summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery/storagetextstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/recovery/storagetextstream.cxx')
-rw-r--r--dbaccess/source/core/recovery/storagetextstream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/recovery/storagetextstream.cxx b/dbaccess/source/core/recovery/storagetextstream.cxx
index c835c2134977..05822b651eee 100644
--- a/dbaccess/source/core/recovery/storagetextstream.cxx
+++ b/dbaccess/source/core/recovery/storagetextstream.cxx
@@ -60,7 +60,7 @@ namespace dbaccess
static const OUString& lcl_getLineFeed()
{
- static const OUString s_sLineFeed( sal_Unicode( '\n' ) );
+ static const OUString s_sLineFeed( '\n' );
return s_sLineFeed;
}
}