diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-23 17:23:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:05 +0200 |
commit | 4779373d47341258cec36cc2178dff6ae11e5750 (patch) | |
tree | 686d3b2c2b8ed2a33c75af7a1a89d7fd9c935b2d /sc/inc | |
parent | 309559f1eef2bac804821f7a07737e3d338d566f (diff) |
convert includes/sfx2/lnkbase.hxx from String to OUString
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/arealink.hxx | 2 | ||||
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 2 | ||||
-rw-r--r-- | sc/inc/tablink.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/arealink.hxx b/sc/inc/arealink.hxx index 60670b478f94..23cba37e58b7 100644 --- a/sc/inc/arealink.hxx +++ b/sc/inc/arealink.hxx @@ -52,7 +52,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 ); virtual void Edit( Window*, const Link& rEndEditHdl ); diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx index 4e39a5d027c9..20deaed7e074 100644 --- a/sc/inc/externalrefmgr.hxx +++ b/sc/inc/externalrefmgr.hxx @@ -58,7 +58,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); virtual void Edit(Window* pParent, const Link& rEndEditHdl); void SetDoReferesh(bool b); diff --git a/sc/inc/tablink.hxx b/sc/inc/tablink.hxx index 068d87f550bc..a0e17209af97 100644 --- a/sc/inc/tablink.hxx +++ b/sc/inc/tablink.hxx @@ -50,7 +50,7 @@ public: virtual ~ScTableLink(); 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 ); virtual void Edit( Window*, const Link& rEndEditHdl ); |