summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TableController.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-08-24 05:40:35 +0000
committerOcke Janssen <oj@openoffice.org>2001-08-24 05:40:35 +0000
commitd6d7f23601270f876e99e9d32d0961df0759fd1b (patch)
tree1eaa5a9c056031a02ccdcd1ad4151671b1637d03 /dbaccess/source/ui/tabledesign/TableController.cxx
parent830000dafd352310e0ad26de5c19c76d4cb0a91e (diff)
#90015# code corrcetions for some speedup's
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableController.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index 673fabce41e3..fe42291b7149 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableController.cxx,v $
*
- * $Revision: 1.51 $
+ * $Revision: 1.52 $
*
- * last change: $Author: fs $ $Date: 2001-08-23 14:44:32 $
+ * last change: $Author: oj $ $Date: 2001-08-24 06:40:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -591,7 +591,7 @@ sal_Bool OTableController::doSaveDoc(sal_Bool _bSaveAs)
stopTableListening();
m_xTable = NULL;
}
- reload(); // a error occured so we have to reload
+ // reload(); // a error occured so we have to reload
}
return !aInfo.isValid();
}