summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx b/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx
index e7a0a59a4efe..618593741dd5 100644
--- a/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx
+++ b/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx
@@ -28,9 +28,9 @@ void OJoinMoveTabWinUndoAct::TogglePosition()
m_pTabWin->SetPosPixel(m_ptNextPosition - ptFrameScrollPos);
- // it looks like ptFrameScrollPos is meaningless, then I it substract here and add it to ptNext, and
- // next time I substract again ...
- // AbetptFrameScrollPos could have changed next time ...
+ // it looks like ptFrameScrollPos is meaningless, then I substract it here and add it to ptNext, and
+ // next time I subtract again...
+ // AbetptFrameScrollPos could have changed next time...
m_pOwner->EnsureVisible(m_pTabWin);
m_ptNextPosition = ptNext;