summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/brwbox1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/brwbox/brwbox1.cxx')
-rw-r--r--svtools/source/brwbox/brwbox1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/brwbox1.cxx b/svtools/source/brwbox/brwbox1.cxx
index 51bfecb6114b..fbb1047fe895 100644
--- a/svtools/source/brwbox/brwbox1.cxx
+++ b/svtools/source/brwbox/brwbox1.cxx
@@ -1602,7 +1602,7 @@ bool BrowseBox::GoToColumnId( sal_uInt16 nColId, bool bMakeVisible, bool bRowCol
//try to move to nCurRow, nColId
CursorMoveAttempt aAttempt(nCurRow, nColId, bScrolled);
//Detect if we are already in a call to BrowseBox::GoToColumnId
- //but the the attempt is impossible and we are simply recursing
+ //but the attempt is impossible and we are simply recursing
//into BrowseBox::GoToColumnId with the same impossible to
//fulfill conditions
if (m_aGotoStack.empty() || aAttempt != m_aGotoStack.top())