diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-10 16:00:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-11 09:39:44 +0200 |
commit | 0e8e5c196bd8eeda37da0db17bb617f5e97f4ddb (patch) | |
tree | aef510edd37cbd64df7d90644e92ebd5fc2466c2 /include/sfx2/docfile.hxx | |
parent | 2da435922f9c1fcf52eb0c1eb3d6f73581e9f793 (diff) |
loplugin:unusedfields
Change-Id: I876183559a7d9f1e6d914fbf37d7ffe91459144e
Reviewed-on: https://gerrit.libreoffice.org/60278
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/docfile.hxx')
-rw-r--r-- | include/sfx2/docfile.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx index dd2f1304e015..0abd7ba23c3a 100644 --- a/include/sfx2/docfile.hxx +++ b/include/sfx2/docfile.hxx @@ -121,7 +121,6 @@ public: */ void SetFilter(const std::shared_ptr<const SfxFilter>& pFilter); const std::shared_ptr<const SfxFilter>& GetFilter() const; - std::shared_ptr<const SfxFilter> const & GetOrigFilter() const; const OUString& GetOrigURL() const; SfxItemSet * GetItemSet() const; |