summaryrefslogtreecommitdiff
path: root/editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::MTypeConverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::MTypeConverter.cxx')
-rw-r--r--editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::MTypeConverter.cxx26
1 files changed, 26 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::MTypeConverter.cxx b/editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::MTypeConverter.cxx
new file mode 100644
index 000000000000..345d3700936e
--- /dev/null
+++ b/editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::MTypeConverter.cxx
@@ -0,0 +1,26 @@
+--- ../connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx.orig Mon Nov 26 14:52:26 2001
++++ ../connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx Sat May 18 14:02:06 2002
+@@ -2,9 +2,9 @@
+ *
+ * $RCSfile: MTypeConverter.cxx,v $
+ *
+- * $Revision: 1.3 $
++ * $Revision: 1.4 $
+ *
+- * last change: $Author: oj $ $Date: 2001/11/26 13:52:26 $
++ * last change: $Author: fs $ $Date: 2002/05/17 12:08:41 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+@@ -136,9 +136,11 @@
+ ::rtl::OString os(ous,ous.getLength(),RTL_TEXTENCODING_ASCII_US);
+ return( ::std::string(os.getStr()));
+ }
++#if 0
+ // -------------------------------------------------------------------------
+ ::std::string MTypeConverter::nsStringToStlString(nsString const &nss)
+ {
+ return( ::std::string(nss.GetBuffer()));
+ }
++#endif
+ // -------------------------------------------------------------------------