summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svtools/source/contnr/svimpbox.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index 9be9a54ccc98..d50d0bf9088d 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svimpbox.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: hjs $ $Date: 2004-06-25 17:28:32 $
+ * last change: $Author: hr $ $Date: 2004-08-02 14:35:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -951,12 +951,6 @@ void SvImpLBox::Paint( const Rectangle& rRect )
long nRectHeight = rRect.GetHeight();
long nEntryHeight = pView->GetEntryHeight();
- int bHorSBar;
- if( (pView->nWindowStyle) & WB_HSCROLL )
- bHorSBar = TRUE;
- else
- bHorSBar = FALSE;
-
// Bereich der zu zeichnenden Entries berechnen
USHORT nStartLine = (USHORT)( rRect.Top() / nEntryHeight );
USHORT nCount = (USHORT)( nRectHeight / nEntryHeight );