summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
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/source/ui/app
parentff13378085ccba67ece63afd4cfa62704f582f95 (diff)
Get rid of annoying IAccessibility2 comments
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r--sc/source/ui/app/inputhdl.cxx3
1 files changed, 1 insertions, 2 deletions
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();
}