summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx
index eeca8936727b..94f1c58fe27a 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: WrappedCharacterHeightProperty.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.44.1 $
*
* This file is part of OpenOffice.org.
*
@@ -80,7 +80,7 @@ void WrappedCharacterHeightProperty_Base::setPropertyValue( const Any& rOuterVal
if(xInnerPropertySet.is())
{
if( m_pRefSizePropProvider )
- m_pRefSizePropProvider->setCurrentSizeAsReference();
+ m_pRefSizePropProvider->updateReferenceSize();
xInnerPropertySet->setPropertyValue( m_aInnerName, rOuterValue );
}
}