summaryrefslogtreecommitdiff
path: root/sd/inc/pglink.hxx
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/inc/pglink.hxx
parent309559f1eef2bac804821f7a07737e3d338d566f (diff)
convert includes/sfx2/lnkbase.hxx from String to OUString
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
Diffstat (limited to 'sd/inc/pglink.hxx')
-rw-r--r--sd/inc/pglink.hxx2
1 files changed, 1 insertions, 1 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(); }
};