summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/main/VTitle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/VTitle.cxx')
-rw-r--r--chart2/source/view/main/VTitle.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/main/VTitle.cxx b/chart2/source/view/main/VTitle.cxx
index c02669b587a4..7e6a4d28954c 100644
--- a/chart2/source/view/main/VTitle.cxx
+++ b/chart2/source/view/main/VTitle.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VTitle.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: bm $ $Date: 2003-10-14 15:35:16 $
+ * last change: $Author: bm $ $Date: 2003-10-17 14:50:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,7 +231,7 @@ void VTitle::createShapes( const awt::Point& rPos )
tNameSequence aPropNames;
tAnySequence aPropValues;
PropertyMapper::getMultiPropertyListsFromValueMap( aPropNames, aPropValues, aValueMap );
- PropertyMapper::setMultiProperties( aPropNames, aPropValues, xShape );
+ PropertyMapper::setMultiProperties( aPropNames, aPropValues, xShapeProp );
}
sal_Bool bStackCharacters(sal_False);