summaryrefslogtreecommitdiff
path: root/include/unotest/officeconnection.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 13:34:26 +0200
committerNoel Grandin <noel@peralex.com>2016-04-14 09:21:39 +0200
commit1f83c3d560ca7224e81c85b119ef580682ecf876 (patch)
tree55cb30caf3c3bd4e17917fe941b6aba656151812 /include/unotest/officeconnection.hxx
parent00240e54ed826618e08a0ca2b94fa7caac8f4e1a (diff)
loplugin:passstuffbyref in unotest
Change-Id: Icfd516f9fab9c6af6898b1880e51f747f4e25793
Diffstat (limited to 'include/unotest/officeconnection.hxx')
-rw-r--r--include/unotest/officeconnection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotest/officeconnection.hxx b/include/unotest/officeconnection.hxx
index e23e93cd3d51..fbf85b6931d1 100644
--- a/include/unotest/officeconnection.hxx
+++ b/include/unotest/officeconnection.hxx
@@ -46,7 +46,7 @@ public:
void tearDown();
- css::uno::Reference< css::uno::XComponentContext >
+ const css::uno::Reference< css::uno::XComponentContext >&
getComponentContext() const { return context_;}
// Must not be called before setUp or after tearDown: