summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-27 13:27:03 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-27 13:27:03 +0200
commit51ce86f1ef01ad7719f90776cb1e915166660c3b (patch)
tree513bbc8bd35eae352f51512761fba150851eafb0 /cui
parentff13378085ccba67ece63afd4cfa62704f582f95 (diff)
Get rid of annoying IAccessibility2 comments
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/cfg.hrc2
-rw-r--r--cui/source/dialogs/hlmarkwn.hrc2
-rw-r--r--cui/source/dialogs/linkdlg.cxx3
-rw-r--r--cui/source/options/optlingu.hrc2
-rw-r--r--cui/source/options/optlingu.src1
-rw-r--r--cui/source/tabpages/autocdlg.hrc2
-rw-r--r--cui/source/tabpages/paragrph.hrc2
-rw-r--r--cui/source/tabpages/tabarea.hrc3
-rw-r--r--cui/source/tabpages/tabline.hrc14
-rw-r--r--cui/source/tabpages/tabstpge.hrc2
10 files changed, 3 insertions, 30 deletions
diff --git a/cui/source/customize/cfg.hrc b/cui/source/customize/cfg.hrc
index 2b4b09a0e972..64e0cef7b7fc 100644
--- a/cui/source/customize/cfg.hrc
+++ b/cui/source/customize/cfg.hrc
@@ -95,7 +95,5 @@
#define MD_BTN_OK (122 + CFG_OFFSET)
#define FI_INFO (123 + CFG_OFFSET)
-//IAccessibility2 Implementation 2009-----
#define BUTTON_STR_UP (130 + CFG_OFFSET)
#define BUTTON_STR_DOWN (131 + CFG_OFFSET)
-//-----IAccessibility2 Implementation 2009
diff --git a/cui/source/dialogs/hlmarkwn.hrc b/cui/source/dialogs/hlmarkwn.hrc
index d6f841c55996..1f067fb45d81 100644
--- a/cui/source/dialogs/hlmarkwn.hrc
+++ b/cui/source/dialogs/hlmarkwn.hrc
@@ -19,7 +19,5 @@
#define BT_APPLY 1
#define BT_CLOSE 2
#define TLB_MARK 3
-// IAccessibility2 implementation 2009. ------
#define STR_MARK_TREE 5000
-// ------ IAccessibility2 implementation 2009.
diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx
index 5df9370a9b3d..faae919c0ee6 100644
--- a/cui/source/dialogs/linkdlg.cxx
+++ b/cui/source/dialogs/linkdlg.cxx
@@ -109,12 +109,11 @@ SvBaseLinksDlg::SvBaseLinksDlg( Window * pParent, LinkManager* pMgr, sal_Bool bH
// UpdateTimer for DDE-/Grf-links, which are waited for
aUpdateTimer.SetTimeoutHdl( LINK( this, SvBaseLinksDlg, UpdateWaitingHdl ) );
aUpdateTimer.SetTimeout( 1000 );
- //IAccessibility2 Implementation 2009-----
+
// Set the ZOrder, and accessible name to the dialog's title
aTbLinks.SetZOrder(0, WINDOW_ZORDER_FIRST);
aTbLinks.SetAccessibleName(this->GetText());
aTbLinks.SetAccessibleRelationLabeledBy(&aFtFiles);
- //-----IAccessibility2 Implementation 2009
OpenSource().Hide();
diff --git a/cui/source/options/optlingu.hrc b/cui/source/options/optlingu.hrc
index 9a4237aef690..ec9032f8bf48 100644
--- a/cui/source/options/optlingu.hrc
+++ b/cui/source/options/optlingu.hrc
@@ -72,8 +72,6 @@
#define CLB_EDIT_MODULES_MODULES 320
#define FT_EDIT_MODULES_NEWDICTSLINK 321
#define FL_EDIT_MODULES_BUTTONS 322
-// IAccessibility2 implementation 2009. ------
#define STR_LINGU_MODULES_EDIT 323
#define STR_LINGU_DICS_EDIT_DIC 324
#define STR_LINGU_OPTIONS_EDIT 325
-// ------ IAccessibility2 implementation 2009.
diff --git a/cui/source/options/optlingu.src b/cui/source/options/optlingu.src
index cc8fb16ef574..7a5c9268b7f1 100644
--- a/cui/source/options/optlingu.src
+++ b/cui/source/options/optlingu.src
@@ -356,7 +356,6 @@ TabPage RID_SFXPAGE_LINGU
{
Text [ en-US ] = "Edit Options";
};
- // ------ IAccessibility2 implementation 2009.
};
// end: TabPage RID_SFXPAGE_LINGU
diff --git a/cui/source/tabpages/autocdlg.hrc b/cui/source/tabpages/autocdlg.hrc
index 1b36dfe31870..8ac34414c323 100644
--- a/cui/source/tabpages/autocdlg.hrc
+++ b/cui/source/tabpages/autocdlg.hrc
@@ -125,7 +125,6 @@
#define FT_SMARTTAGS 221
#define LB_SMARTTAGS 222
#define PB_SMARTTAGS 223
-//IAccessibility2 Implementation 2009-----
#define STR_PB_NEWABBREV 224
#define STR_PB_DELABBREV 225
#define STR_PB_NEWDOUBLECAPS 226
@@ -136,7 +135,6 @@
#define STR_PB_DBL_START 231
#define STR_PB_SGL_END 232
#define STR_PB_DBL_END 233
-//-----IAccessibility2 Implementation 2009
#endif
diff --git a/cui/source/tabpages/paragrph.hrc b/cui/source/tabpages/paragrph.hrc
index 07944aa5e7e5..cf44622c76ee 100644
--- a/cui/source/tabpages/paragrph.hrc
+++ b/cui/source/tabpages/paragrph.hrc
@@ -108,9 +108,7 @@
#define CB_AS_SCRIPT_SPACE 7
-//IAccessibility2 Implementation 2009-----
#define STR_EXAMPLE 5010
#define STR_PAGE_STYLE 5011
-//-----IAccessibility2 Implementation 2009
#endif
diff --git a/cui/source/tabpages/tabarea.hrc b/cui/source/tabpages/tabarea.hrc
index d401bb31494a..687ecc6214a0 100644
--- a/cui/source/tabpages/tabarea.hrc
+++ b/cui/source/tabpages/tabarea.hrc
@@ -143,8 +143,5 @@
#define CB_HATCHBCKGRD 21
#define LB_HATCHBCKGRDCOLOR 22
-
-// IAccessibility2 implementation 2009 ------
#define STR_CUI_COLORMODEL 5030
#define STR_LB_HATCHINGSTYLE 5031
-// ------ IAccessibility2 implementation 2009.
diff --git a/cui/source/tabpages/tabline.hrc b/cui/source/tabpages/tabline.hrc
index d89a617fe2b9..811e4d03db41 100644
--- a/cui/source/tabpages/tabline.hrc
+++ b/cui/source/tabpages/tabline.hrc
@@ -39,7 +39,7 @@
#define FT_LINE_ENDS_WIDTH 6
#define LB_START_STYLE 3
#define LB_END_STYLE 4
-//IAccessibility2 Impplementaton 2009-----
+
#define STR_STYLE (LB_END_STYLE+1)
#define STR_LB_START_STYLE 30
#define STR_LB_END_STYLE 31
@@ -53,7 +53,7 @@
#define STR_END_NUM 39
#define STR_START_LENGTH 40
#define STR_END_LENGTH 41
-//-----IAccessibility2 Impplementaton 2009
+
#define MTR_FLD_START_WIDTH 3
#define MTR_FLD_END_WIDTH 2
#define CBX_SYNCHRONIZE 1
@@ -113,13 +113,3 @@
#define MN_SYMBOLS_AUTO 5
#define MN_GALLERY_ENTRY 100
-/*
-//IAccessibility2 Implementation 2009-----
-#define STR_START_TYPE 1
-#define STR_END_TYPE 2
-#define STR_START_NUM 3
-#define STR_END_NUM 4
-#define STR_START_LENGTH 5
-#define STR_END_LENGTH 6
-//-----IAccessibility2 Implementation 2009
-*/
diff --git a/cui/source/tabpages/tabstpge.hrc b/cui/source/tabpages/tabstpge.hrc
index fa9506e09e9c..c69aeb215eeb 100644
--- a/cui/source/tabpages/tabstpge.hrc
+++ b/cui/source/tabpages/tabstpge.hrc
@@ -50,8 +50,6 @@
#define BTN_DELALL 52
#define ST_LEFTTAB_ASIAN 53
#define ST_RIGHTTAB_ASIAN 54
-//IAccessibility2 Implementation 2009-----
#define ST_FILLCHAR_OTHER 55
-//-----IAccessibility2 Implementation 2009
#endif