From a030ffa694fcb4bcb45f0d7aad92afab6c668186 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 17 Jul 2008 09:49:55 +0000 Subject: INTEGRATION: CWS dv04 (1.7.4); FILE MERGED 2008/07/14 06:23:18 dv 1.7.4.1: #i91626# Always draw everthing to position the hyperlinks at correctly --- desktop/source/deployment/gui/dp_gui_dialog2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop') diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.cxx b/desktop/source/deployment/gui/dp_gui_dialog2.cxx index 616d087a41eb..e40cdc728641 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog2.cxx +++ b/desktop/source/deployment/gui/dp_gui_dialog2.cxx @@ -8,7 +8,7 @@ * * $RCSfile: dp_gui_dialog2.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -1021,7 +1021,7 @@ MENU_COMMAND ExtensionBox_Impl::ShowPopupMenu( const Point & rPos, const long nP } // ----------------------------------------------------------------------- -void ExtensionBox_Impl::Paint( const Rectangle &rPaintRect ) +void ExtensionBox_Impl::Paint( const Rectangle &/*rPaintRect*/ ) { if ( m_bNeedsRecalc ) RecalcAll(); @@ -1037,7 +1037,7 @@ void ExtensionBox_Impl::Paint( const Rectangle &rPaintRect ) { aSize.Height() = (*iIndex)->m_bActive ? m_nActiveHeight : m_nStdHeight; Rectangle aEntryRect( aStart, aSize ); - if ( aEntryRect.IsOver( rPaintRect ) ) +// if ( aEntryRect.IsOver( rPaintRect ) ) DrawRow( aEntryRect, *iIndex ); aStart.Y() += aSize.Height(); } -- cgit