summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/brwhead.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/brwbox/brwhead.cxx')
-rw-r--r--svtools/source/brwbox/brwhead.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/brwbox/brwhead.cxx b/svtools/source/brwbox/brwhead.cxx
index d1fcaec5e9be..d6c2fc28483d 100644
--- a/svtools/source/brwbox/brwhead.cxx
+++ b/svtools/source/brwbox/brwhead.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -99,7 +99,7 @@ void BrowserHeader::EndDrag()
USHORT nOldPos = _pBrowseBox->GetColumnPos(nId),
nNewPos = GetItemPos( nId );
- if (!_pBrowseBox->GetColumnId(0)) // Handle
+ if (!_pBrowseBox->GetColumnId(0)) // Handle
nNewPos++;
if (nOldPos != nNewPos)