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 /svx/source/svdraw/svdograf.cxx | |
parent | 309559f1eef2bac804821f7a07737e3d338d566f (diff) |
convert includes/sfx2/lnkbase.hxx from String to OUString
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
Diffstat (limited to 'svx/source/svdraw/svdograf.cxx')
-rw-r--r-- | svx/source/svdraw/svdograf.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx index 65ef13a0278d..550ea103a99d 100644 --- a/svx/source/svdraw/svdograf.cxx +++ b/svx/source/svdraw/svdograf.cxx @@ -111,7 +111,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 ); void DataChanged( const Graphic& rGraphic ); bool Connect() { return 0 != GetRealObject(); } @@ -209,7 +209,7 @@ void SdrGraphicLink::RemoveGraphicUpdater() } ::sfx2::SvBaseLink::UpdateResult SdrGraphicLink::DataChanged( - const String& rMimeType, const ::com::sun::star::uno::Any & rValue ) + const OUString& rMimeType, const ::com::sun::star::uno::Any & rValue ) { SdrModel* pModel = pGrafObj ? pGrafObj->GetModel() : 0; sfx2::LinkManager* pLinkManager= pModel ? pModel->GetLinkManager() : 0; |