summaryrefslogtreecommitdiff
path: root/forms/source/xforms/unohelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/unohelper.cxx')
-rw-r--r--forms/source/xforms/unohelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/unohelper.cxx b/forms/source/xforms/unohelper.cxx
index 90d1aebb9c44..2f5fa1538610 100644
--- a/forms/source/xforms/unohelper.cxx
+++ b/forms/source/xforms/unohelper.cxx
@@ -42,7 +42,7 @@ using com::sun::star::beans::PropertyAttribute::READONLY;
void xforms::copy( const Reference<XPropertySet>& xFrom,
- Reference<XPropertySet>& xTo )
+ Reference<XPropertySet> const & xTo )
{
OSL_ENSURE( xFrom.is(), "no source" );
OSL_ENSURE( xTo.is(), "no target" );