summaryrefslogtreecommitdiff
path: root/cui/source/inc/cfg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:56:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commit269a888905bcee0b773b1206766e838b211f82a2 (patch)
treec95b456af01712df6c783cc27e5035b8752e72e0 /cui/source/inc/cfg.hxx
parente0341d9be8817650482a4ff70006977fb00ef4cc (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I51957af512cae8ec838fd9b14bd576356edd2611
Diffstat (limited to 'cui/source/inc/cfg.hxx')
-rw-r--r--cui/source/inc/cfg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx
index b9ca0d55b7cd..e766f130568a 100644
--- a/cui/source/inc/cfg.hxx
+++ b/cui/source/inc/cfg.hxx
@@ -304,7 +304,7 @@ public:
void SetVisible( bool b ) { bIsVisible = b; }
bool IsVisible() const { return bIsVisible; }
- void SetBackupGraphic( css::uno::Reference< css::graphic::XGraphic > graphic )
+ void SetBackupGraphic( css::uno::Reference< css::graphic::XGraphic > const & graphic )
{ xBackupGraphic = graphic; }
const css::uno::Reference< css::graphic::XGraphic >& GetBackupGraphic()