summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-04-03 14:06:04 +0000
committerChristian Lippka <cl@openoffice.org>2001-04-03 14:06:04 +0000
commit2d400ad75c7a6373e189109c9ae89dce346611a3 (patch)
tree769804bff01acf78e3088c60de9bf0025054ec16 /svx
parent22184ce94c598797c92b546adac06e2ca72894ca (diff)
#80878# fixed time field for calc
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unoedit/unofield.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unoedit/unofield.cxx b/svx/source/unoedit/unofield.cxx
index ea35506a9c49..ec3bcd581d5a 100644
--- a/svx/source/unoedit/unofield.cxx
+++ b/svx/source/unoedit/unofield.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unofield.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: nn $ $Date: 2001-03-30 17:11:44 $
+ * last change: $Author: cl $ $Date: 2001-04-03 15:06:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -451,7 +451,7 @@ SvxFieldData* SvxUnoTextField::CreateFieldData() const throw()
{
Time aTime;
- if( mnServiceId != ID_TIMEFIELD )
+ if( mnServiceId != ID_TIMEFIELD && mnServiceId != ID_DATEFIELD )
{
Time aTime( setTime( mpImpl->maDateTime ) );
pData = new SvxExtTimeField( aTime, mpImpl->mbBoolean1?SVXTIMETYPE_FIX:SVXTIMETYPE_VAR );