summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/res_BarGeometry.cxx
diff options
context:
space:
mode:
authorMalte Timmermann [mt] <malte.timmermann@oracle.com>2011-01-20 10:18:08 +0100
committerMalte Timmermann [mt] <malte.timmermann@oracle.com>2011-01-20 10:18:08 +0100
commit09b062f89ab5c86dd49d392e2c98e927c29704d6 (patch)
tree79cd1820c107b63f131e442919e1617ea53ae04b /chart2/source/controller/dialogs/res_BarGeometry.cxx
parentCWS-TOOLING: integrate CWS sb131 (diff)
downloadcore-09b062f89ab5c86dd49d392e2c98e927c29704d6.tar.gz
core-09b062f89ab5c86dd49d392e2c98e927c29704d6.zip
accfixes: added more accessibility information and fixed tab orders in chart
Diffstat (limited to 'chart2/source/controller/dialogs/res_BarGeometry.cxx')
-rw-r--r--chart2/source/controller/dialogs/res_BarGeometry.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/res_BarGeometry.cxx b/chart2/source/controller/dialogs/res_BarGeometry.cxx
index f2c31fe461a9..a4a6faa21167 100644
--- a/chart2/source/controller/dialogs/res_BarGeometry.cxx
+++ b/chart2/source/controller/dialogs/res_BarGeometry.cxx
@@ -48,6 +48,8 @@ BarGeometryResources::BarGeometryResources( Window* pWindow )
{
m_aFT_Geometry.SetText( String( SchResId( STR_BAR_GEOMETRY )) );
m_aFT_Geometry.SetSizePixel( m_aFT_Geometry.CalcMinimumSize() );
+ m_aLB_Geometry.SetAccessibleName(m_aFT_Geometry.GetText());
+ m_aLB_Geometry.SetAccessibleRelationLabeledBy(&m_aFT_Geometry);
}
void BarGeometryResources::SetPosPixel( const Point& rPosition )
{