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 /sc/source/ui/app | |
parent | ff13378085ccba67ece63afd4cfa62704f582f95 (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.cxx | 3 |
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(); } |