diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-03-30 15:50:48 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-03-30 15:50:48 +0000 |
commit | 150a94f9fc5042596d66ff64a68becf36ba88465 (patch) | |
tree | 410a5b7969e59539b270aa8ac5b18a31a0aee849 /codemaker | |
parent | a132d6eeba9d2ad8547c847ec2f51fbfaa6e6c58 (diff) |
INTEGRATION: CWS sb14 (1.6.14); FILE MERGED
2004/03/12 14:17:15 sb 1.6.14.1: #i21150# Adapted to modified registry type reader.
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/inc/codemaker/global.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/codemaker/inc/codemaker/global.hxx b/codemaker/inc/codemaker/global.hxx index 83d94a22e18a..6dca6a90518f 100644 --- a/codemaker/inc/codemaker/global.hxx +++ b/codemaker/inc/codemaker/global.hxx @@ -2,9 +2,9 @@ * * $RCSfile: global.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2003-10-20 13:09:02 $ + * last change: $Author: rt $ $Date: 2004-03-30 16:50:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -164,12 +164,6 @@ sal_Bool makeValidTypeFile(const ::rtl::OString& targetFileName, sal_Bool bFileCheck); sal_Bool removeTypeFile(const ::rtl::OString& fileName); -const ::rtl::OString inGlobalSet(const ::rtl::OUString & r); -inline const ::rtl::OString inGlobalSet(sal_Char* p) -{ - return inGlobalSet( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(p) ) ); -} - ::rtl::OUString convertToFileUrl(const ::rtl::OString& fileName); |