summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TableUndo.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-09-24 08:19:07 +0000
committerOcke Janssen <oj@openoffice.org>2002-09-24 08:19:07 +0000
commit3000faccaf963e614ee49e63a206a1c229d456e5 (patch)
treef39a52bcdd564dd0a6cf6cc7def409ab66c1a144 /dbaccess/source/ui/tabledesign/TableUndo.cxx
parente6aac5e97de7d1b87ff8154190c0ac25dfa1d750 (diff)
#103049# change handling of controlDefault, allow string and doubles
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableUndo.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableUndo.cxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableUndo.cxx b/dbaccess/source/ui/tabledesign/TableUndo.cxx
index 64bd3934d441..44900e317bf5 100644
--- a/dbaccess/source/ui/tabledesign/TableUndo.cxx
+++ b/dbaccess/source/ui/tabledesign/TableUndo.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableUndo.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2002-08-19 07:45:25 $
+ * last change: $Author: oj $ $Date: 2002-09-24 09:19:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,12 +171,8 @@ void OTableDesignCellUndoAct::Undo()
// Wenn erstes Undo zurueckgenommen wurde, ist Zelle nicht mehr modifiziert
if (m_pTabDgnCtrl->GetCurUndoActId() == 1)
{
-#if SUPD > 636
CellControllerRef xController = m_pTabDgnCtrl->Controller();
-#else
- DbCellControllerRef xController = m_pTabDgnCtrl->Controller();
-#endif
- if(xController.Is())
+ if ( xController.Is() )
xController->ClearModified();
m_pTabDgnCtrl->GetView()->getController()->setModified(sal_False);