diff options
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(); } |