summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-23 17:23:52 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:05 +0200
commit4779373d47341258cec36cc2178dff6ae11e5750 (patch)
tree686d3b2c2b8ed2a33c75af7a1a89d7fd9c935b2d /sd
parent309559f1eef2bac804821f7a07737e3d338d566f (diff)
convert includes/sfx2/lnkbase.hxx from String to OUString
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/pglink.hxx2
-rw-r--r--sd/source/core/pglink.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/pglink.hxx b/sd/inc/pglink.hxx
index 91ec17c18a7c..4a1b455ab62f 100644
--- a/sd/inc/pglink.hxx
+++ b/sd/inc/pglink.hxx
@@ -36,7 +36,7 @@ public:
virtual void Closed();
virtual ::sfx2::SvBaseLink::UpdateResult DataChanged(
- const String& rMimeType, const ::com::sun::star::uno::Any & rValue );
+ const OUString& rMimeType, const ::com::sun::star::uno::Any & rValue );
bool Connect() { return 0 != SvBaseLink::GetRealObject(); }
};
diff --git a/sd/source/core/pglink.cxx b/sd/source/core/pglink.cxx
index af17feb0e099..1f3612d5cd33 100644
--- a/sd/source/core/pglink.cxx
+++ b/sd/source/core/pglink.cxx
@@ -59,7 +59,7 @@ SdPageLink::~SdPageLink()
\************************************************************************/
::sfx2::SvBaseLink::UpdateResult SdPageLink::DataChanged(
- const String&, const ::com::sun::star::uno::Any& )
+ const OUString&, const ::com::sun::star::uno::Any& )
{
SdDrawDocument* pDoc = (SdDrawDocument*) pPage->GetModel();
sfx2::LinkManager* pLinkManager = pDoc!=NULL ? pDoc->GetLinkManager() : NULL;