summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-11 13:03:07 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-11 13:04:09 -0400
commitee5fc5d25fe102c30daf7d181b8181d40b85a4f3 (patch)
tree630217c52fcbca775e094fa69702e89ef773b414 /sd
parentinclude deque (diff)
downloadcore-ee5fc5d25fe102c30daf7d181b8181d40b85a4f3.tar.gz
core-ee5fc5d25fe102c30daf7d181b8181d40b85a4f3.zip
Removing EXTENDED_DATE. There is really no such thing.
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index afdbbb08e09d..1ddca549e0d7 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -907,7 +907,7 @@ uno::Reference< uno::XInterface > SAL_CALL SdXImpressDocument::createInstance( c
if( ( 0 == aServiceSpecifier.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.TextField.DateTime") ) ) ||
( 0 == aServiceSpecifier.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.textfield.DateTime") ) ) )
{
- return (::cppu::OWeakObject * )new SvxUnoTextField( text::textfield::Type::EXTENDED_DATE );
+ return (::cppu::OWeakObject * )new SvxUnoTextField( text::textfield::Type::DATE );
}
if( (0 == aServiceSpecifier.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.presentation.TextField.Header"))) ||