diff options
author | Christian Lippka <cl@openoffice.org> | 2001-11-13 12:31:56 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-11-13 12:31:56 +0000 |
commit | 62e914f21235c99f77d66ea08e0346911b247914 (patch) | |
tree | ff72a1c2dd5af3f19174380cd89bec6bacbebde7 /svx | |
parent | d0cde63524ff68d668c9e97ceddfa390e743b2eb (diff) |
#94599# don't use SvxExtTimeField for ID_TIMEFIELD
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unoedit/unofield.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/unoedit/unofield.cxx b/svx/source/unoedit/unofield.cxx index b19aa045e9ae..14f611377b37 100644 --- a/svx/source/unoedit/unofield.cxx +++ b/svx/source/unoedit/unofield.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unofield.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: vg $ $Date: 2001-10-17 09:49:07 $ + * last change: $Author: cl $ $Date: 2001-11-13 13:31:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -385,6 +385,11 @@ SvxUnoTextField::SvxUnoTextField( uno::Reference< text::XTextRange > xAnchor, co break; case ID_TIMEFIELD: + mpImpl->mbBoolean2 = sal_False; + mpImpl->mbBoolean1 = sal_False; + mpImpl->mnInt32 = SVXTIMEFORMAT_STANDARD; + break; + case ID_EXT_TIMEFIELD: mpImpl->mbBoolean2 = sal_False; mpImpl->maDateTime = getTime( ((SvxExtTimeField*)pData)->GetFixTime() ); |