diff options
author | obo <obo@openoffice.org> | 2010-06-14 15:36:30 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-14 15:36:30 +0200 |
commit | 6903f5ebbf66c9b59bfc0bd47d0b5f7b910d08e7 (patch) | |
tree | 598eeb8dfcb235d9462ef0f2cf97b624869fbf6d | |
parent | e3ae39235fb30fb519031da892063480afb4f536 (diff) | |
parent | 2d7cbaf27eb1a4e9d3ae813505be01f04216dae4 (diff) |
CWS-TOOLING: integrate CWS vcl111
-rw-r--r-- | sc/source/ui/app/inputhdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 28f178565da0..55aa0986d2ec 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -950,7 +950,7 @@ void ScInputHandler::ShowTipBelow( const String& rText ) } aPos = pTipVisibleSecParent->OutputToScreenPixel( aPos ); Rectangle aRect( aPos, aPos ); - USHORT nAlign = QUICKHELP_LEFT | QUICKHELP_TOP; + USHORT nAlign = QUICKHELP_LEFT | QUICKHELP_TOP | QUICKHELP_NOEVADEPOINTER; nTipVisibleSec = Help::ShowTip(pTipVisibleSecParent, aRect, rText, nAlign); pTipVisibleSecParent->AddEventListener( LINK( this, ScInputHandler, ShowHideTipVisibleSecParentListener ) ); } |