summaryrefslogtreecommitdiff
path: root/forms/source/xforms/unohelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/unohelper.hxx')
-rw-r--r--forms/source/xforms/unohelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/unohelper.hxx b/forms/source/xforms/unohelper.hxx
index 88f7c0a8757f..d3bf9b730922 100644
--- a/forms/source/xforms/unohelper.hxx
+++ b/forms/source/xforms/unohelper.hxx
@@ -35,7 +35,7 @@ namespace xforms
{
/** copy the properties from one PropertySet into the next */
-void copy( const css::uno::Reference<css::beans::XPropertySet>& , css::uno::Reference<css::beans::XPropertySet>& );
+void copy( const css::uno::Reference<css::beans::XPropertySet>& , css::uno::Reference<css::beans::XPropertySet> const & );
}