summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-11-30 14:34:33 +0000
committerOcke Janssen <oj@openoffice.org>2000-11-30 14:34:33 +0000
commit8eb6be599693ed4fd703343364530a383e49f7bb (patch)
tree51ca609da1a4a71eec0ca98bb3b5346221bfedde /svx
parent710287a1714718169ea8ef0cebe79f21c438beff (diff)
#80934# standarddate is no longer public
Diffstat (limited to 'svx')
-rw-r--r--svx/source/fmcomp/gridctrl.cxx8
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)