summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-26 12:25:46 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:05 +0200
commitdf00d4c230d15951ad31405a3ea77e0faeebcb75 (patch)
treeba94eeced1948b943bcfbeb2fc614d4f396b335a /sw
parent4779373d47341258cec36cc2178dff6ae11e5750 (diff)
convert include/sfx2/linksrc.hxx from String to OUString
Change-Id: I2ee2be4b87ef6f7fa9064ff742ccf4c854d7fea8
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/swserv.hxx2
-rw-r--r--sw/source/core/doc/swserv.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swserv.hxx b/sw/inc/swserv.hxx
index ad9ecb2435fc..a11110596a35 100644
--- a/sw/inc/swserv.hxx
+++ b/sw/inc/swserv.hxx
@@ -61,7 +61,7 @@ public:
virtual ~SwServerObject();
virtual sal_Bool GetData( ::com::sun::star::uno::Any & rData,
- const String & rMimeType,
+ const OUString & rMimeType,
sal_Bool bSynchron = sal_False );
sal_Bool SetData( const String & rMimeType,
diff --git a/sw/source/core/doc/swserv.cxx b/sw/source/core/doc/swserv.cxx
index c472ac301913..529f23e14381 100644
--- a/sw/source/core/doc/swserv.cxx
+++ b/sw/source/core/doc/swserv.cxx
@@ -40,7 +40,7 @@ SwServerObject::~SwServerObject()
}
sal_Bool SwServerObject::GetData( uno::Any & rData,
- const String & rMimeType, sal_Bool )
+ const OUString & rMimeType, sal_Bool )
{
sal_Bool bRet = sal_False;
WriterRef xWrt;