diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-27 08:55:31 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-27 08:56:38 +0200 |
commit | 271c6b360511760336c78e6fbbacb520bb9be911 (patch) | |
tree | 360eb8462f849c29194d62f1c24a99f8c663507f /include/sfx2 | |
parent | c22ec49de497fd65b4dac901d6bc1f06d5a9a3c7 (diff) |
inline SvBaseLinkRef typedef
Change-Id: I0684db21c260e38d1d2e32eb5924cf7e25212b4d
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/linkmgr.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/lnkbase.hxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/linkmgr.hxx b/include/sfx2/linkmgr.hxx index ace7f8f401cf..f0941e221cec 100644 --- a/include/sfx2/linkmgr.hxx +++ b/include/sfx2/linkmgr.hxx @@ -44,7 +44,7 @@ namespace sfx2 // FormatID "RegisterStatusInfoId" and a string as the data container. // This contains the following enum. -typedef std::vector<SvBaseLinkRef*> SvBaseLinks; +typedef std::vector<tools::SvRef<SvBaseLink>*> SvBaseLinks; typedef std::set<SvLinkSource*> SvLinkSources; diff --git a/include/sfx2/lnkbase.hxx b/include/sfx2/lnkbase.hxx index 2458c9b2a21a..438327d47fd7 100644 --- a/include/sfx2/lnkbase.hxx +++ b/include/sfx2/lnkbase.hxx @@ -168,8 +168,6 @@ public: FileDialogHelper & GetInsertFileDialog(const OUString& rFactory) const; }; -typedef tools::SvRef<SvBaseLink> SvBaseLinkRef; - } #endif |