summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx')
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx b/connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx
index 66f3c5fabba5..6e4d75831a56 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@ void MTypeConverter::ouStringToNsString(::rtl::OUString const &ous, nsString &ns
const char *cs = os.getStr();
PRUint32 csLen = os.getLength();
-
+
NS_ConvertUTF8toUCS2 mozString(cs, csLen);
//const PRUnichar* uniMozString = (const PRUnichar*) mozString;
nss = mozString; // temp.