summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/res_LegendPosition.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-03-11 12:11:04 +0100
committerMichael Stahl <mst@openoffice.org>2011-03-11 12:11:04 +0100
commit0b8da0dbafb0acde660b634fe944f575aebec24f (patch)
tree5bf966e014055ddf8853362c8c0a0f804d7b70c9 /chart2/source/controller/dialogs/res_LegendPosition.hxx
parent689e3cc0eb4574b8251c50fd9da0a1b1198d662a (diff)
parent3b8718198bc75a7c0db5998cfc70047b4c340d7d (diff)
sw34bf04: merge DEV300_m102
Diffstat (limited to 'chart2/source/controller/dialogs/res_LegendPosition.hxx')
-rw-r--r--chart2/source/controller/dialogs/res_LegendPosition.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/res_LegendPosition.hxx b/chart2/source/controller/dialogs/res_LegendPosition.hxx
index d2c0b155d..7060db133 100644
--- a/chart2/source/controller/dialogs/res_LegendPosition.hxx
+++ b/chart2/source/controller/dialogs/res_LegendPosition.hxx
@@ -44,6 +44,7 @@ namespace chart
class LegendPositionResources
{
+
public:
//constructor without Display checkbox
LegendPositionResources( Window* pParent );
@@ -66,6 +67,8 @@ public:
DECL_LINK( PositionEnableHdl, void* );
DECL_LINK( PositionChangeHdl, RadioButton* );
+ void SetAccessibleRelationMemberOf(Window* pMemberOf); //IAccessibility2 Implementation 2009-----
+
private:
void impl_setRadioButtonToggleHdl();
@@ -76,8 +79,8 @@ private:
CheckBox m_aCbxShow;
RadioButton m_aRbtLeft;
- RadioButton m_aRbtTop;
RadioButton m_aRbtRight;
+ RadioButton m_aRbtTop;
RadioButton m_aRbtBottom;
Link m_aChangeLink;