diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-11-30 14:34:33 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-11-30 14:34:33 +0000 |
commit | 8eb6be599693ed4fd703343364530a383e49f7bb (patch) | |
tree | 51ca609da1a4a71eec0ca98bb3b5346221bfedde /svx | |
parent | 710287a1714718169ea8ef0cebe79f21c438beff (diff) |
#80934# standarddate is no longer public
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 6d770a5c7cca..d7de006604f4 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: gridctrl.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: oj $ $Date: 2000-11-16 08:32:22 $ + * last change: $Author: oj $ $Date: 2000-11-30 15:34:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -969,7 +969,7 @@ DbGridControl::DbGridControl( ,m_bSynchDisplay(sal_True) ,m_bForceROController(sal_False) ,m_bHandle(sal_False) - ,m_aNullDate(DBTypeConversion::STANDARD_DB_DATE) + ,m_aNullDate(DBTypeConversion::getStandardDate()) ,m_nAsynAdjustEvent(0) ,m_pDataSourcePropMultiplexer(NULL) ,m_pDataSourcePropListener(NULL) @@ -1004,7 +1004,7 @@ DbGridControl::DbGridControl( ,m_bSynchDisplay(sal_True) ,m_bForceROController(sal_False) ,m_bHandle(sal_False) - ,m_aNullDate(DBTypeConversion::STANDARD_DB_DATE) + ,m_aNullDate(DBTypeConversion::getStandardDate()) ,m_pDataSourcePropMultiplexer(NULL) ,m_pDataSourcePropListener(NULL) ,m_pFieldListeners(NULL) |