diff options
Diffstat (limited to 'include/sfx2/docfile.hxx')
-rw-r--r-- | include/sfx2/docfile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx index bbf9c4e37298..150b03747b3c 100644 --- a/include/sfx2/docfile.hxx +++ b/include/sfx2/docfile.hxx @@ -116,7 +116,7 @@ public: /** * Does not take ownership of pFlt but pFlt needs to be around as long as the SfxMedium instance. */ - void SetFilter(std::shared_ptr<const SfxFilter> pFilter); + void SetFilter(const std::shared_ptr<const SfxFilter>& pFilter); std::shared_ptr<const SfxFilter> GetFilter() const; std::shared_ptr<const SfxFilter> GetOrigFilter() const; const OUString& GetOrigURL() const; |