summaryrefslogtreecommitdiffstats
path: root/sc
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 /sc
parentRemove some obsolete stuff (diff)
downloadcore-51ce86f1ef01ad7719f90776cb1e915166660c3b.tar.gz
core-51ce86f1ef01ad7719f90776cb1e915166660c3b.zip
Get rid of annoying IAccessibility2 comments
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/sc.hrc1
-rw-r--r--sc/source/ui/app/inputhdl.cxx3
-rw-r--r--sc/source/ui/dbgui/scendlg.hrc2
-rw-r--r--sc/source/ui/inc/filter.hrc1
4 files changed, 1 insertions, 6 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 23308eacf1bf..ff1997cecfcd 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -863,7 +863,6 @@
#define STR_ACC_DATAPILOT_SEL_DESCR (STR_START + 181)
#define STR_ACC_DATAPILOT_PAGE_DESCR (STR_START + 182)
-// IAccessibility2 Implementation 2009
#define STR_ACC_TOOLBAR_FORMULA (STR_START + 184)
#define STR_ACC_DOC_SPREADSHEET (STR_START + 185)
#define STR_ACC_DOC_PREVIEW_SUFFIX (STR_START + 186)
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index d37387861a73..75a577bddbd0 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -3561,13 +3561,12 @@ void ScInputHandler::NotifyChange( const ScInputHdlState* pState,
else
aCursorPos.Format( aPosStr, SCA_VALID | nFlags, pDoc, aAddrDetails );
}
- //IAccessibility2 Implementation 2009-----
+
// Disable the accessible VALUE_CHANGE event
bool bIsSuppressed = pInputWin->IsAccessibilityEventsSuppressed(false);
pInputWin->SetAccessibilityEventsSuppressed(true);
pInputWin->SetPosString(aPosStr);
pInputWin->SetAccessibilityEventsSuppressed(bIsSuppressed);
- //-----IAccessibility2 Implementation 2009
pInputWin->SetSumAssignMode();
}
diff --git a/sc/source/ui/dbgui/scendlg.hrc b/sc/source/ui/dbgui/scendlg.hrc
index 2d8495397e06..ae5b2d3fc08f 100644
--- a/sc/source/ui/dbgui/scendlg.hrc
+++ b/sc/source/ui/dbgui/scendlg.hrc
@@ -46,6 +46,4 @@
#define STR_CREATEDBY 31
#define STR_ON 32
#define STR_EDIT 33
-//IAccessibility2 Implementation 2009-----
#define STR_COLOR 34
-//-----IAccessibility2 Implementation 2009
diff --git a/sc/source/ui/inc/filter.hrc b/sc/source/ui/inc/filter.hrc
index 6315bb4d23c0..6936eba4c0e7 100644
--- a/sc/source/ui/inc/filter.hrc
+++ b/sc/source/ui/inc/filter.hrc
@@ -71,7 +71,6 @@
#define ED_CRITERIA_AREA 52
#define RB_CRITERIA_AREA 53
-// IAccessibility2 Implementation
#define STR_COPY_AREA_TO 5054
#define RID_FILTER_OPERATOR 5055
#define RID_FILTER_FIELDNAME 5056