From f678b82f0e4dea47dfc8938f01442b6eb1ce23ad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Apr 2016 10:20:19 +0200 Subject: clang-tidy performance-unnecessary-value-param in basic Change-Id: I997213ca28efc2df04d454ffaf3c81c9cbad09ac --- basic/source/uno/dlgcont.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source/uno/dlgcont.cxx') diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx index ba60807989fe..b5b20fff5578 100644 --- a/basic/source/uno/dlgcont.cxx +++ b/basic/source/uno/dlgcont.cxx @@ -112,7 +112,7 @@ bool SAL_CALL SfxDialogLibraryContainer::isLibraryElementValid(const Any& rEleme } bool writeOasis2OOoLibraryElement( - Reference< XInputStream > xInput, Reference< XOutputStream > xOutput ) + const Reference< XInputStream >& xInput, const Reference< XOutputStream >& xOutput ) { Reference< XComponentContext > xContext( comphelper::getProcessComponentContext() ); -- cgit