diff options
Diffstat (limited to 'svx/source/fmcomp/gridctrl.cxx')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 7b17de505d58..a85f86cc1954 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -2139,7 +2139,7 @@ void DbGridControl::AdjustDataSource(bool bFull) if (bFull) m_xCurrentRow = NULL; // if we are on the same row only repaint - // but this is only possible for rows which are not inserted, in that case the comparision result + // but this is only possible for rows which are not inserted, in that case the comparison result // may not be correct else if ( m_xCurrentRow.Is() |