diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 12:36:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 12:36:33 +0000 |
commit | 84f829ebd77b4d5d28b8a304108450ec177d7393 (patch) | |
tree | fb4364f6b4e9a16041d69165e9b89dd2b173ce3a /basic/source | |
parent | 3fb69dfef21b691841e3eaa7c3219587b702afa1 (diff) |
INTEGRATION: CWS jl5vba (1.8.138); FILE MERGED
2004/01/21 09:59:18 ab 1.8.138.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.8.52)
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/rtlproto.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/runtime/rtlproto.hxx b/basic/source/runtime/rtlproto.hxx index 0645b7f2d346..008c8ea97187 100644 --- a/basic/source/runtime/rtlproto.hxx +++ b/basic/source/runtime/rtlproto.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rtlproto.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ab $ $Date: 2002-12-12 16:48:04 $ + * last change: $Author: obo $ $Date: 2004-03-17 13:36:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -359,5 +359,7 @@ extern RTLFUNC(ConvertToUrl); extern RTLFUNC(ConvertFromUrl); extern RTLFUNC(CDateToIso); extern RTLFUNC(CDateFromIso); +extern RTLFUNC(CompatibilityMode); +extern RTLFUNC(CDec); |