diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-11 13:03:07 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-11 13:04:09 -0400 |
commit | ee5fc5d25fe102c30daf7d181b8181d40b85a4f3 (patch) | |
tree | 630217c52fcbca775e094fa69702e89ef773b414 /offapi | |
parent | 02a89fdb0e54c31e510682f9b70f9fd33fe88efa (diff) |
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 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/textfield/Type.idl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/textfield/Type.idl b/offapi/com/sun/star/text/textfield/Type.idl index a9a2653a253e..cfa864ac65a6 100644 --- a/offapi/com/sun/star/text/textfield/Type.idl +++ b/offapi/com/sun/star/text/textfield/Type.idl @@ -60,8 +60,6 @@ constants Type const long PRESENTATION_HEADER = 11; const long PRESENTATION_FOOTER = 12; const long PRESENTATION_DATE_TIME = 13; - - const long EXTENDED_DATE = 14; }; }; }; }; }; }; |