summaryrefslogtreecommitdiff
path: root/framework/inc/services/substitutepathvars.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-17 07:16:09 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-17 07:16:09 +0000
commit02edb331884bffebd4d1c58dd1f96ebf6005debb (patch)
treed085a9063226cd5a19a09a8e5e5e0c54e3525b0b /framework/inc/services/substitutepathvars.hxx
parenta4ed93d11a1c2c4956d6c95f2a3235ac6744a694 (diff)
INTEGRATION: CWS os41 (1.5.146); FILE MERGED
2004/11/11 14:25:17 pb 1.5.146.2: fix: #i32656# new variable ($userdataurl) 2004/10/27 10:20:26 pb 1.5.146.1: fix: #i32656# new variable $(baseinsturl)
Diffstat (limited to 'framework/inc/services/substitutepathvars.hxx')
-rw-r--r--framework/inc/services/substitutepathvars.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/inc/services/substitutepathvars.hxx b/framework/inc/services/substitutepathvars.hxx
index 31acd82111..9b54ae7375 100644
--- a/framework/inc/services/substitutepathvars.hxx
+++ b/framework/inc/services/substitutepathvars.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: substitutepathvars.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2004-01-28 14:23:09 $
+ * last change: $Author: rt $ $Date: 2004-11-17 08:16:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -268,6 +268,10 @@ enum PreDefVariable
PREDEFVAR_PROGURL,
PREDEFVAR_USERURL,
PREDEFVAR_WORKDIRURL,
+ // --> PB 2004-10-27 #i32656# - new variable of hierachy service
+ PREDEFVAR_BASEINSTURL,
+ PREDEFVAR_USERDATAURL,
+ // <--
PREDEFVAR_COUNT
};