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 /sd | |
parent | ff13378085ccba67ece63afd4cfa62704f582f95 (diff) |
Get rid of annoying IAccessibility2 comments
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/custsdlg.src | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/animobjs.hrc | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/navigatr.hrc | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/tpaction.hrc | 2 |
4 files changed, 0 insertions, 10 deletions
diff --git a/sd/source/ui/dlg/custsdlg.src b/sd/source/ui/dlg/custsdlg.src index 389521ac28e1..02e21ba7bc7d 100644 --- a/sd/source/ui/dlg/custsdlg.src +++ b/sd/source/ui/dlg/custsdlg.src @@ -90,9 +90,7 @@ ModalDialog DLG_CUSTOMSHOW Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 102 + DIFF , 86 + DIFF_Y ) ; TabStop = TRUE ; - //IAccessibility2 Implementation 2009----- QuickHelpText [ en-US ] = "Custom Screen Show" ; - //-----IAccessibility2 Implementation 2009 }; CheckBox CBX_USE_CUSTOMSHOW { diff --git a/sd/source/ui/inc/animobjs.hrc b/sd/source/ui/inc/animobjs.hrc index 5a30a82b0078..3975e28e646a 100644 --- a/sd/source/ui/inc/animobjs.hrc +++ b/sd/source/ui/inc/animobjs.hrc @@ -38,6 +38,4 @@ #define LB_ADJUSTMENT 2 #define LB_LOOP_COUNT 3 #define GRP_ANIMATION_GROUP 2 -//IAccessibility2 Implementation 2009----- #define STR_DISPLAY 1 -//-----IAccessibility2 Implementation 2009 diff --git a/sd/source/ui/inc/navigatr.hrc b/sd/source/ui/inc/navigatr.hrc index 1d90c03a3748..334213191247 100644 --- a/sd/source/ui/inc/navigatr.hrc +++ b/sd/source/ui/inc/navigatr.hrc @@ -16,9 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #define FLT_NAVIGATOR 575 -//IAccessibility2 Implementation 2009----- #define STR_OBJECTS_TREE (FLT_NAVIGATOR+1) -//-----IAccessibility2 Implementation 2009 #define TLB_OBJECTS 1 #define TBI_PEN 2 #define TBI_FIRST 3 @@ -34,7 +32,5 @@ #define LB_DOCS 1 #define IL_NAVIGATR 333 -//IAccessibility2 Implementation 2009----- #define STR_DRAGMODE 1 -//-----IAccessibility2 Implementation 2009 diff --git a/sd/source/ui/inc/tpaction.hrc b/sd/source/ui/inc/tpaction.hrc index ab6693862963..9bd753d3795d 100644 --- a/sd/source/ui/inc/tpaction.hrc +++ b/sd/source/ui/inc/tpaction.hrc @@ -34,6 +34,4 @@ #define FT_TREE 5 #define TP_ANIMATION 787 #define TP_ANIMATION_ACTION 789 -//IAccessibility2 Implementation 2009----- #define STR_PATHNAME 1 - //-----IAccessibility2 Implementation 2009 |