diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-26 12:25:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:05 +0200 |
commit | df00d4c230d15951ad31405a3ea77e0faeebcb75 (patch) | |
tree | ba94eeced1948b943bcfbeb2fc614d4f396b335a /sc | |
parent | 4779373d47341258cec36cc2178dff6ae11e5750 (diff) |
convert include/sfx2/linksrc.hxx from String to OUString
Change-Id: I2ee2be4b87ef6f7fa9064ff742ccf4c854d7fea8
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/servobj.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/servobj.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/servobj.cxx b/sc/source/ui/docshell/servobj.cxx index c5fbfe8dcbb5..1778a6e0478a 100644 --- a/sc/source/ui/docshell/servobj.cxx +++ b/sc/source/ui/docshell/servobj.cxx @@ -135,7 +135,7 @@ void ScServerObject::EndListeningAll() sal_Bool ScServerObject::GetData( ::com::sun::star::uno::Any & rData /*out param*/, - const String & rMimeType, sal_Bool /* bSynchron */ ) + const OUString & rMimeType, sal_Bool /* bSynchron */ ) { if (!pDocSh) return false; diff --git a/sc/source/ui/inc/servobj.hxx b/sc/source/ui/inc/servobj.hxx index 674fdcb1b3c2..af22738271ba 100644 --- a/sc/source/ui/inc/servobj.hxx +++ b/sc/source/ui/inc/servobj.hxx @@ -55,7 +55,7 @@ public: virtual ~ScServerObject(); virtual sal_Bool GetData( ::com::sun::star::uno::Any & rData /*out param*/, - const String & rMimeType, + const OUString & rMimeType, sal_Bool bSynchron = false ); virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); |