diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 12:18:19 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 12:18:19 +0000 |
commit | 6b471fe689bfacc7646b139e5849ede61b1b170d (patch) | |
tree | 334a402d9ebc1a3bf11a7f34db82c3e9bb6fc3eb /sal/rtl | |
parent | 43843106d4b855c99c92c6dd210260535ed84265 (diff) |
INTEGRATION: CWS sb83 (1.8.10); FILE MERGED
2008/03/17 09:01:16 sb 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED
2007/12/18 15:36:49 sb 1.8.10.1: #i84200# Refactored expandMacros so that I could add support for a ${.link:...} hack to simulate symbolic links under Windows.
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/source/macro.hxx | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx index e1744ff3d..a5693aaf0 100644 --- a/sal/rtl/source/macro.hxx +++ b/sal/rtl/source/macro.hxx @@ -4,9 +4,9 @@ * * $RCSfile: macro.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2008-02-27 10:04:59 $ + * last change: $Author: vg $ $Date: 2008-03-18 13:18:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,15 +87,6 @@ this is inserted for the case that the preprocessor ignores error this is inserted for the case that the preprocessor ignores error #endif - -/* - Expand macros via rtl_bootstrap_get. - see - http://udk.openoffice.org/common/man/spec/uno_default_bootstrapping.html - for details. -*/ -::rtl::OUString SAL_CALL expandMacros(rtlBootstrapHandle handle, const ::rtl::OUString & argstr); - #endif |