summaryrefslogtreecommitdiff
path: root/svl/source/fsstor/fsstorage.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:59:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commitaace63283a5d4d6945c0d589c26125607a606486 (patch)
treee7f3c561a5470f45ecd8134699988f472898c067 /svl/source/fsstor/fsstorage.hxx
parentd127fb02b1dfe4c173df955473d73e4767ef3638 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I68ec15e8b52dd387b18077941811702b40caf020
Diffstat (limited to 'svl/source/fsstor/fsstorage.hxx')
-rw-r--r--svl/source/fsstor/fsstorage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/fsstor/fsstorage.hxx b/svl/source/fsstor/fsstorage.hxx
index 1fb746fe7cb6..ddbaab89ae65 100644
--- a/svl/source/fsstor/fsstorage.hxx
+++ b/svl/source/fsstor/fsstorage.hxx
@@ -51,7 +51,7 @@ public:
FSStorage( const ::ucbhelper::Content& aContent,
sal_Int32 nMode,
- css::uno::Reference< css::uno::XComponentContext > xContext );
+ css::uno::Reference< css::uno::XComponentContext > const & xContext );
virtual ~FSStorage();