summaryrefslogtreecommitdiffstats
path: root/include/unotest
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-30 16:51:13 +0300
committerTor Lillqvist <tml@collabora.com>2015-03-30 16:51:24 +0300
commit32423f6f877397be5d3358cbcba5f105e9715a1f (patch)
tree4ace95ca2dc0e7cb054a83970a83b32aa0f26c8a /include/unotest
parentcleanup for SkipImages unit tests (diff)
downloadcore-32423f6f877397be5d3358cbcba5f105e9715a1f.tar.gz
core-32423f6f877397be5d3358cbcba5f105e9715a1f.zip
WaE: passing [...] by value, rather pass by reference
Change-Id: Ic733f9b5dcb55bb8120c3652a60300914fab04ea
Diffstat (limited to 'include/unotest')
-rw-r--r--include/unotest/macros_test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotest/macros_test.hxx b/include/unotest/macros_test.hxx
index ae006fc3570d..6ec5c25167df 100644
--- a/include/unotest/macros_test.hxx
+++ b/include/unotest/macros_test.hxx
@@ -28,7 +28,7 @@ class OOO_DLLPUBLIC_UNOTEST MacrosTest
{
public:
css::uno::Reference< css::lang::XComponent > loadFromDesktop(const OUString& rURL, const OUString& rDocService = OUString(),
- css::uno::Sequence<css::beans::PropertyValue> extra_args = css::uno::Sequence<css::beans::PropertyValue>() );
+ const css::uno::Sequence<css::beans::PropertyValue>& rExtra_args = css::uno::Sequence<css::beans::PropertyValue>() );
protected:
css::uno::Reference< css::frame::XDesktop2> mxDesktop;