[Libreoffice-commits] core.git: svx/source
Julien Nabet
serval2412 at yahoo.fr
Sat Feb 21 05:51:40 PST 2015
svx/source/fmcomp/gridctrl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bcf8ee52f3dd79984600fa668cc2eca31fc0aa71
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Feb 21 14:50:52 2015 +0100
Typo: udate->update
Change-Id: I264092f4b3887faab791bf6a963816b4e2826af4
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index cdf417c..d9f70df 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)
More information about the Libreoffice-commits
mailing list