summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/res_BarGeometry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/res_BarGeometry.cxx')
-rw-r--r--chart2/source/controller/dialogs/res_BarGeometry.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/controller/dialogs/res_BarGeometry.cxx b/chart2/source/controller/dialogs/res_BarGeometry.cxx
index a8b5bc5f4700..a98ce3833e56 100644
--- a/chart2/source/controller/dialogs/res_BarGeometry.cxx
+++ b/chart2/source/controller/dialogs/res_BarGeometry.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: res_BarGeometry.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.44.1 $
*
* This file is part of OpenOffice.org.
*
@@ -63,10 +63,6 @@ void BarGeometryResources::SetPosPixel( const Point& rPosition )
m_aFT_Geometry.SetPosPixel( rPosition );
m_aLB_Geometry.SetPosPixel( Point( rPosition.X()+aDistanceSize.Width(), rPosition.Y()+m_aFT_Geometry.GetSizePixel().Height()+aDistanceSize.Height()) );
}
-Point BarGeometryResources::GetPosPixel() const
-{
- return m_aFT_Geometry.GetPosPixel();
-}
Size BarGeometryResources::GetSizePixel() const
{
long nHeight = m_aLB_Geometry.GetPosPixel().Y()