From 2d1ef8aa2493f044fa543c72b40bd8c8394d8d71 Mon Sep 17 00:00:00 2001 From: Andreas Bregas Date: Mon, 18 Jun 2001 11:35:41 +0000 Subject: #87344# New RTL functions ConvertToUrl, ConvertFromUrl --- basic/source/runtime/rtlproto.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'basic/source/runtime/rtlproto.hxx') 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); -- cgit