diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:27:03 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:27:03 +0200 |
commit | 51ce86f1ef01ad7719f90776cb1e915166660c3b (patch) | |
tree | 513bbc8bd35eae352f51512761fba150851eafb0 /chart2 | |
parent | ff13378085ccba67ece63afd4cfa62704f582f95 (diff) |
Get rid of annoying IAccessibility2 comments
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/res_LegendPosition.hxx | 2 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/tp_3D_SceneIllumination.hrc | 2 | ||||
-rw-r--r-- | chart2/source/inc/Strings.hrc | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/controller/dialogs/res_LegendPosition.hxx b/chart2/source/controller/dialogs/res_LegendPosition.hxx index f3ef0422e51b..d8b33ef6d91f 100644 --- a/chart2/source/controller/dialogs/res_LegendPosition.hxx +++ b/chart2/source/controller/dialogs/res_LegendPosition.hxx @@ -57,7 +57,7 @@ public: DECL_LINK( PositionEnableHdl, void* ); DECL_LINK( PositionChangeHdl, RadioButton* ); - void SetAccessibleRelationMemberOf(Window* pMemberOf); //IAccessibility2 Implementation 2009----- + void SetAccessibleRelationMemberOf(Window* pMemberOf); private: void impl_setRadioButtonToggleHdl(); diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hrc b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hrc index 86f3bc04b8bc..c3bb965eb7de 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hrc +++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hrc @@ -33,7 +33,5 @@ #define BTN_LIGHT_6 8 #define BTN_LIGHT_7 9 #define BTN_LIGHT_8 10 -//IAccessibility2 Implementation 2009----- #define STR_LIGHT_PREVIEW 6000 -//-----IAccessibility2 Implementation 2009 #define CTL_LIGHT_PREVIEW 1 diff --git a/chart2/source/inc/Strings.hrc b/chart2/source/inc/Strings.hrc index 30db60fb91c8..aabd96f3beb9 100644 --- a/chart2/source/inc/Strings.hrc +++ b/chart2/source/inc/Strings.hrc @@ -281,10 +281,8 @@ #define STR_TEXT_DIRECTION_RTL (RID_APP_START + 279) #define STR_TEXT_DIRECTION_SUPER (RID_APP_START + 280) -//IAccessibility2 Implementation 2009----- #define STR_BUTTON_UP (RID_APP_START + 500) #define STR_BUTTON_DOWN (RID_APP_START + 501) -//-----IAccessibility2 Implementation 2009 //----------------------------------------------------------------------------- // ids must not exceed RID_APP_START + 499 |