summaryrefslogtreecommitdiff
path: root/include/sfx2/opengrf.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-25 14:08:33 +0200
committerCaolán McNamara <caolanm@redhat.com>2018-05-28 16:33:45 +0200
commit3341435d7916c209c7613d594f78059ba112495b (patch)
treea1a38bc474ff0f659204d13db30ea2d14f958c3f /include/sfx2/opengrf.hxx
parent20c6ab6b492d360faafeb857ef51bc0da5f645f6 (diff)
loplugin:passstuffbyref
Change-Id: I785e96599bbda029adf4698d11d7f981750dec07 Reviewed-on: https://gerrit.libreoffice.org/54802 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit ff3bdde2527123fc9e011ff0d93e958174632186) Reviewed-on: https://gerrit.libreoffice.org/54914 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/opengrf.hxx')
-rw-r--r--include/sfx2/opengrf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/opengrf.hxx b/include/sfx2/opengrf.hxx
index 0178cc0bb745..c99433a2c3f0 100644
--- a/include/sfx2/opengrf.hxx
+++ b/include/sfx2/opengrf.hxx
@@ -55,7 +55,7 @@ public:
OUString const & GetDetectedFilter() const;
void SetDetectedFilter(const OUString&);
- css::uno::Reference<css::ui::dialogs::XFilePickerControlAccess> GetFilePickerControlAccess();
+ css::uno::Reference<css::ui::dialogs::XFilePickerControlAccess> const & GetFilePickerControlAccess();
private:
SvxOpenGraphicDialog (const SvxOpenGraphicDialog&) = delete;