diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-12 15:59:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-12 16:08:44 +0100 |
commit | df98a644a2325f509eac8555cdc731f6ff46f404 (patch) | |
tree | 43b00a8cc20bbc54f748d605528b7eb8eceec4b9 | |
parent | 3ea4060c5d66588a59f2da26b0174cd1120bed7c (diff) |
Fix duplicate conditions
It was like this since initial commit in 2000-09-18
Change-Id: I83c73fcd4ec564770502f00c6301d5e405dc6c62
-rw-r--r-- | sc/source/ui/view/hdrcont.cxx | 1 |
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 ); } |