[Libreoffice-commits] core.git: sw/source

Michael Stahl mstahl at redhat.com
Tue Oct 22 07:34:04 PDT 2013


 sw/source/filter/basflt/fltini.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c9bca105cae2768fc8b80ed35fcbb6ed11391c9a
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Oct 22 16:30:29 2013 +0200

    sw: try to fix Android tinderbox re String
    
    Change-Id: I73ab199eb12a89373ca75cb659a77550d3512653

diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index 897006f..9b6cc60 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -671,7 +671,7 @@ void SwAsciiOptions::WriteUserData(OUString& rStr)
 
 extern "C" {
     Reader *ImportRTF();
-    void ExportRTF( const String&, const String& rBaseURL, WriterRef& );
+    void ExportRTF( const OUString&, const OUString& rBaseURL, WriterRef& );
     Reader *ImportDOC();
     void ExportDOC( const OUString&, const OUString& rBaseURL, WriterRef& );
     sal_uLong SaveOrDelMSVBAStorage_ww8( SfxObjectShell&, SotStorage&, sal_Bool, const OUString& );


More information about the Libreoffice-commits mailing list