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/tablink.hxx | |
parent | 309559f1eef2bac804821f7a07737e3d338d566f (diff) |
convert includes/sfx2/lnkbase.hxx from String to OUString
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
Diffstat (limited to 'sc/inc/tablink.hxx')
-rw-r--r-- | sc/inc/tablink.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |