summaryrefslogtreecommitdiff
path: root/include/sfx2/linksrc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-23 12:06:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-24 14:43:34 +0200
commit6f50961e69406a17d6ec998956a6b33208b1001b (patch)
tree413c83df969e73c5cba1e11ef3740afc748ee1f5 /include/sfx2/linksrc.hxx
parent4e729de73f2947155248f8df5897380611b87917 (diff)
remove more rtl::OUString and OString prefixes
which seem to have snuck back in since the great rounds of removals. Change-Id: I85f7f5f4801c0b48dae8b50f51f83595b286d6a1 Reviewed-on: https://gerrit.libreoffice.org/62229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/linksrc.hxx')
-rw-r--r--include/sfx2/linksrc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/linksrc.hxx b/include/sfx2/linksrc.hxx
index 7d592f1fe03f..b0323cb11696 100644
--- a/include/sfx2/linksrc.hxx
+++ b/include/sfx2/linksrc.hxx
@@ -68,14 +68,14 @@ public:
void SetUpdateTimeout( sal_uInt64 nTimeMs );
// notify the sink, the mime type is not
// a selection criterion
- void DataChanged( const rtl::OUString & rMimeType,
+ void DataChanged( const OUString & rMimeType,
const css::uno::Any & rVal );
void SendDataChanged();
void NotifyDataChanged();
virtual bool Connect( SvBaseLink* );
virtual bool GetData( css::uno::Any & rData /*out param*/,
- const rtl::OUString & rMimeType,
+ const OUString & rMimeType,
bool bSynchron = false );
// sal_True => waitinmg for data
@@ -86,7 +86,7 @@ public:
virtual void Edit(weld::Window *, SvBaseLink *, const Link<const OUString&, void>& rEndEditHdl);
- void AddDataAdvise( SvBaseLink *, const rtl::OUString & rMimeType,
+ void AddDataAdvise( SvBaseLink *, const OUString & rMimeType,
sal_uInt16 nAdviceMode );
void RemoveAllDataAdvise( SvBaseLink const * );