summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/fmcomp/gridctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index cdf417cf7567..d9f70df92f52 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -1016,7 +1016,7 @@ void DbGridControl::Select()
{
DbGridControl_Base::Select();
- // as the selected rows may have changed, udate the according display in our navigation bar
+ // as the selected rows may have changed, update the according display in our navigation bar
m_aBar.InvalidateState(NavigationBar::RECORD_COUNT);
if (m_pGridListener)