diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-06-18 11:35:41 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-06-18 11:35:41 +0000 |
commit | 2d1ef8aa2493f044fa543c72b40bd8c8394d8d71 (patch) | |
tree | ba7509168be2b9f5d3c46006a1e7eb55eedef205 /basic/source/runtime/rtlproto.hxx | |
parent | 2d04b18766cc488fe1f1a0dc501c86115235d166 (diff) |
#87344# New RTL functions ConvertToUrl, ConvertFromUrl
Diffstat (limited to 'basic/source/runtime/rtlproto.hxx')
-rw-r--r-- | basic/source/runtime/rtlproto.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/runtime/rtlproto.hxx b/basic/source/runtime/rtlproto.hxx index 0b70ac2476a5..d6def41f7c16 100644 --- a/basic/source/runtime/rtlproto.hxx +++ b/basic/source/runtime/rtlproto.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rtlproto.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ab $ $Date: 2001-05-17 13:41:55 $ + * last change: $Author: ab $ $Date: 2001-06-18 12:35:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -350,7 +350,8 @@ extern RTLFUNC(HasUnoInterfaces); extern RTLFUNC(EqualUnoObjects); extern RTLFUNC(CreateUnoDialog); extern RTLFUNC(GlobalScope); - +extern RTLFUNC(ConvertToUrl); +extern RTLFUNC(ConvertFromUrl); extern RTLFUNC(FileExists); |