diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-18 14:27:47 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-18 14:27:47 +0000 |
commit | ca0305b2760bffd503bf93a43e129bd982188ec6 (patch) | |
tree | 8a742b5e79f2241b48eb607d570c8038afef3001 /sw/source/ui/web | |
parent | 1471150bdba676d007a06f2ff6483656eb6dd2fd (diff) |
INTEGRATION: CWS fwkbugfix04 (1.8.156); FILE MERGED
2004/12/07 14:37:21 mba 1.8.156.1: #i38334#: get rid of all code using SfxConfigManager
Diffstat (limited to 'sw/source/ui/web')
-rw-r--r-- | sw/source/ui/web/wview.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/source/ui/web/wview.cxx b/sw/source/ui/web/wview.cxx index c84f3707eb03..573792fb3d10 100644 --- a/sw/source/ui/web/wview.cxx +++ b/sw/source/ui/web/wview.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wview.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2004-10-12 13:25:40 $ + * last change: $Author: kz $ $Date: 2005-01-18 15:27:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -361,10 +361,8 @@ void SwWebView::SelectShell() //aktiviert war //Vorher muss ein Flush() sein, betrifft aber lt. MBA nicht das UI und ist //kein Performance-Problem + // TODO/LATER: maybe now the Flush() command is superfluous?! rDispatcher.Flush(); - USHORT nId = pBarCfg->GetTopToolbar( nSelectionType ); - if ( USHRT_MAX != nId ) - rDispatcher.ShowObjectBar( nId ); Point aPnt = GetEditWin().GetPointerPosPixel(); aPnt = GetEditWin().PixelToLogic(aPnt); |