summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/hdrcont.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/hdrcont.cxx')
-rw-r--r--sc/source/ui/view/hdrcont.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/hdrcont.cxx b/sc/source/ui/view/hdrcont.cxx
index bb6c3f77975b..fb90a9659411 100644
--- a/sc/source/ui/view/hdrcont.cxx
+++ b/sc/source/ui/view/hdrcont.cxx
@@ -767,7 +767,6 @@ void ScHeaderControl::MouseButtonUp( const MouseEvent& rMEvt )
}
else
{
- if (nNewWidth<0) nNewWidth=0;
if (bDragMoved)
SetEntrySize( nDragNo, (sal_uInt16) nNewWidth );
}