summaryrefslogtreecommitdiff
path: root/forms/source/xforms/binding.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/binding.cxx')
-rw-r--r--forms/source/xforms/binding.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/binding.cxx b/forms/source/xforms/binding.cxx
index 440309f7b656..cb045441cd97 100644
--- a/forms/source/xforms/binding.cxx
+++ b/forms/source/xforms/binding.cxx
@@ -833,7 +833,7 @@ void Binding::clear()
static void lcl_removeOtherNamespaces( const css::uno::Reference<css::container::XNameContainer>& xFrom,
- css::uno::Reference<css::container::XNameContainer>& xTo )
+ css::uno::Reference<css::container::XNameContainer> const & xTo )
{
OSL_ENSURE( xFrom.is(), "no source" );
OSL_ENSURE( xTo.is(), "no target" );
@@ -860,7 +860,7 @@ static void lcl_removeOtherNamespaces( const css::uno::Reference<css::container:
* false: use only elements from target
*/
static void lcl_copyNamespaces( const css::uno::Reference<css::container::XNameContainer>& xFrom,
- css::uno::Reference<css::container::XNameContainer>& xTo,
+ css::uno::Reference<css::container::XNameContainer> const & xTo,
bool bOverwrite )
{
OSL_ENSURE( xFrom.is(), "no source" );