summaryrefslogtreecommitdiffstats
path: root/forms/source/xforms/propertysetbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/propertysetbase.hxx')
-rw-r--r--forms/source/xforms/propertysetbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx
index 2ad685c66322..d6ae97405880 100644
--- a/forms/source/xforms/propertysetbase.hxx
+++ b/forms/source/xforms/propertysetbase.hxx
@@ -88,7 +88,7 @@ public:
virtual void getValue( css::uno::Any& rValue ) const override
{
- rValue = css::uno::makeAny( (m_pInstance->*m_pReader)() );
+ rValue = css::uno::Any( (m_pInstance->*m_pReader)() );
}
virtual bool isWriteable() const override