diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-13 21:34:02 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-13 21:34:02 +0100 |
commit | 119d19678ac58cd45d4a606a69d2f392e386d4e3 (patch) | |
tree | 6d239d8bc9fa08cfc450626aaa35072d54ea126c /dbaccess | |
parent | 84ec8274fa19147d85271c870920d1b189a7bb97 (diff) |
Typo: form the table->from the table
Change-Id: I41f5ac20eff8d2ebd75ea13fff12154306cbacf4
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableController.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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<OTableDesignView*>(getView())->reSync(); // show the windows and fill with our information ClearUndoManager(); setModified(sal_False); // and we are not modified yet |