From 119d19678ac58cd45d4a606a69d2f392e386d4e3 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 13 Mar 2015 21:34:02 +0100 Subject: Typo: form the table->from the table Change-Id: I41f5ac20eff8d2ebd75ea13fff12154306cbacf4 --- dbaccess/source/ui/tabledesign/TableController.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/tabledesign/TableController.cxx') diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx index 493527cd47a8..b21d9c88fe07 100644 --- a/dbaccess/source/ui/tabledesign/TableController.cxx +++ b/dbaccess/source/ui/tabledesign/TableController.cxx @@ -527,7 +527,7 @@ void OTableController::impl_initialize() } try { - loadData(); // fill the column information form the table + loadData(); // fill the column information from the table getView()->initialize(); // show the windows and fill with our information ClearUndoManager(); setModified(sal_False); // and we are not modified yet @@ -1510,7 +1510,7 @@ OUString OTableController::getPrivateTitle() const void OTableController::reload() { - loadData(); // fill the column information form the table + loadData(); // fill the column information from the table static_cast(getView())->reSync(); // show the windows and fill with our information ClearUndoManager(); setModified(sal_False); // and we are not modified yet -- cgit