summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Legend.cxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-12-04 13:07:33 +0000
committerBjörn Milcke <bm@openoffice.org>2003-12-04 13:07:33 +0000
commitfae47419cff5453763ef712940bba6c70d143dd6 (patch)
treebc50cec42088a93f4813f2da28b45b91373d6982 /chart2/source/model/main/Legend.cxx
parent1b3423f364f3bfd0fbbe3ca3a1b081709da7d7bb (diff)
RelativePoint -> RelativePosition
Diffstat (limited to 'chart2/source/model/main/Legend.cxx')
-rw-r--r--chart2/source/model/main/Legend.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/model/main/Legend.cxx b/chart2/source/model/main/Legend.cxx
index 097bb46b1707..63d542307125 100644
--- a/chart2/source/model/main/Legend.cxx
+++ b/chart2/source/model/main/Legend.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Legend.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: bm $ $Date: 2003-11-27 13:59:13 $
+ * last change: $Author: bm $ $Date: 2003-12-04 14:07:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,8 +90,8 @@
#ifndef _DRAFTS_COM_SUN_STAR_CHART2_LEGENDEXPANSION_HPP_
#include <drafts/com/sun/star/chart2/LegendExpansion.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_LAYOUT_RELATIVEPOINT_HPP_
-#include <drafts/com/sun/star/layout/RelativePoint.hpp>
+#ifndef _DRAFTS_COM_SUN_STAR_LAYOUT_RELATIVEPOSITION_HPP_
+#include <drafts/com/sun/star/layout/RelativePosition.hpp>
#endif
#include <algorithm>
@@ -150,7 +150,7 @@ void lcl_AddPropertiesToVector(
rOutProperties.push_back(
Property( C2U( "RelativePosition" ),
PROP_LEGEND_REL_POS,
- ::getCppuType( reinterpret_cast< const layout::RelativePoint * >(0)),
+ ::getCppuType( reinterpret_cast< const layout::RelativePosition * >(0)),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID ));
}