summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-22 16:30:29 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-22 16:31:12 +0200
commitc9bca105cae2768fc8b80ed35fcbb6ed11391c9a (patch)
treee13e02272aa68ef41ec9aef01ebaf9a29ea6ad48
parenta7724966ab4fc8cd680a20e4f2a65f276e001a39 (diff)
sw: try to fix Android tinderbox re String
Change-Id: I73ab199eb12a89373ca75cb659a77550d3512653
-rw-r--r--sw/source/filter/basflt/fltini.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index 897006ff1f31..9b6cc60ce2fe 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& );