Kaydet (Commit) 119d1967 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: form the table->from the table

Change-Id: I41f5ac20eff8d2ebd75ea13fff12154306cbacf4
üst 84ec8274
...@@ -527,7 +527,7 @@ void OTableController::impl_initialize() ...@@ -527,7 +527,7 @@ void OTableController::impl_initialize()
} }
try 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 getView()->initialize(); // show the windows and fill with our information
ClearUndoManager(); ClearUndoManager();
setModified(sal_False); // and we are not modified yet setModified(sal_False); // and we are not modified yet
...@@ -1510,7 +1510,7 @@ OUString OTableController::getPrivateTitle() const ...@@ -1510,7 +1510,7 @@ OUString OTableController::getPrivateTitle() const
void OTableController::reload() 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 static_cast<OTableDesignView*>(getView())->reSync(); // show the windows and fill with our information
ClearUndoManager(); ClearUndoManager();
setModified(sal_False); // and we are not modified yet setModified(sal_False); // and we are not modified yet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment