summaryrefslogtreecommitdiffstats
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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/res_BarGeometry.cxx b/chart2/source/controller/dialogs/res_BarGeometry.cxx
index f3602e44b536..b870fd1471c8 100644
--- a/chart2/source/controller/dialogs/res_BarGeometry.cxx
+++ b/chart2/source/controller/dialogs/res_BarGeometry.cxx
@@ -49,9 +49,9 @@ sal_Int32 BarGeometryResources::GetSelectEntryCount() const
return m_pLB_Geometry->GetSelectEntryCount();
}
-sal_Int32 BarGeometryResources::GetSelectEntryPos() const
+sal_Int32 BarGeometryResources::GetSelectedEntryPos() const
{
- return m_pLB_Geometry->GetSelectEntryPos();
+ return m_pLB_Geometry->GetSelectedEntryPos();
}
void BarGeometryResources::SelectEntryPos(sal_Int32 nPos)