diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-17 09:49:55 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-17 09:49:55 +0000 |
commit | a030ffa694fcb4bcb45f0d7aad92afab6c668186 (patch) | |
tree | bc3a1434496dcb2407117cea1c791e00b96e27bf /desktop | |
parent | fb5a790e284e7e894b317e11fc3a0fe68028e693 (diff) |
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
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_dialog2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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(); } |