diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:50:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:50:52 +0100 |
commit | bcf8ee52f3dd79984600fa668cc2eca31fc0aa71 (patch) | |
tree | 474201dbb2baa3259e1fbabe4211ccadd9db05e5 /svx/source/fmcomp | |
parent | 4be55ffca07c5b0f02715f59313ba93639d8e215 (diff) |
Typo: udate->update
Change-Id: I264092f4b3887faab791bf6a963816b4e2826af4
Diffstat (limited to 'svx/source/fmcomp')
-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 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) |