diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-11-27 01:51:28 +0900 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-26 19:30:41 +0100 |
commit | a36c72589891557d2fb56804c0d90db39dfc39fb (patch) | |
tree | ac310b5de6276cdb18d4201442f8f60e07c4f5b5 /dbaccess/source/ui | |
parent | e7408faac3dfb08ced36d2496de847625d3f30a2 (diff) |
Remove dead codes and confusing comments
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableController.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx index 03ba37fdd..9c98da086 100644 --- a/dbaccess/source/ui/tabledesign/TableController.cxx +++ b/dbaccess/source/ui/tabledesign/TableController.cxx @@ -474,7 +474,6 @@ sal_Bool OTableController::doSaveDoc(sal_Bool _bSaveAs) stopTableListening(); m_xTable = NULL; } - // reload(); // a error occured so we have to reload } return ! (aInfo.isValid() || bError); } |