summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/impldde.cxx
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 /sfx2/source/appl/impldde.cxx
parent4779373d47341258cec36cc2178dff6ae11e5750 (diff)
convert include/sfx2/linksrc.hxx from String to OUString
Change-Id: I2ee2be4b87ef6f7fa9064ff742ccf4c854d7fea8
Diffstat (limited to 'sfx2/source/appl/impldde.cxx')
-rw-r--r--sfx2/source/appl/impldde.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/impldde.cxx b/sfx2/source/appl/impldde.cxx
index dfa3948862ae..4d0774117937 100644
--- a/sfx2/source/appl/impldde.cxx
+++ b/sfx2/source/appl/impldde.cxx
@@ -130,7 +130,7 @@ SvDDEObject::~SvDDEObject()
}
sal_Bool SvDDEObject::GetData( ::com::sun::star::uno::Any & rData /*out param*/,
- const String & rMimeType,
+ const OUString & rMimeType,
sal_Bool bSynchron )
{
if( !pConnection )