summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-30 07:59:56 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-30 07:59:56 +0000
commit85c1b003b7aaf8570bfe550f51b260bfa0f1c2f6 (patch)
treea1d9c0d4478bba5825f31a81937bb9ecf434f528 /svtools
parente3912627636c86432b1f4c807db682349ff398e4 (diff)
INTEGRATION: CWS dba24d (1.44.130); FILE MERGED
2007/11/19 11:53:12 fs 1.44.130.1: #i83422# InsertHandleColumn: 0 is explicitly an allowed width (the setting to a default width got introduced with the warning-free code changes, without any justification)
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/brwbox/brwbox1.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svtools/source/brwbox/brwbox1.cxx b/svtools/source/brwbox/brwbox1.cxx
index 80ebda4b995d..636e938235b7 100644
--- a/svtools/source/brwbox/brwbox1.cxx
+++ b/svtools/source/brwbox/brwbox1.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: brwbox1.cxx,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 10:02:43 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:59:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -316,9 +316,6 @@ void BrowseBox::InsertHandleColumn( ULONG nWidth )
{
DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants);
- if ( !nWidth )
- nWidth = GetDefaultColumnWidth( String() );
-
pCols->Insert( new BrowserColumn( 0, Image(), String(), nWidth, GetZoom(), 0 ), (ULONG) 0 );
FreezeColumn( 0 );