summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-03-18 11:13:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-03-18 11:13:21 +0000
commitd6c0bc2477681c408a7d4cabc8a7432374f3a207 (patch)
tree1fe7eea523561c4b70f36826878049a9c85239f3 /scripting
parent550a7d516842e41cd698f3ace1d15d23074808b8 (diff)
INTEGRATION: CWS sb83 (1.31.64); FILE MERGED
2008/01/23 15:32:45 sb 1.31.64.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/storage/ScriptStorageManager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/storage/ScriptStorageManager.cxx b/scripting/source/storage/ScriptStorageManager.cxx
index 69899147cf86..f36b3796f780 100644
--- a/scripting/source/storage/ScriptStorageManager.cxx
+++ b/scripting/source/storage/ScriptStorageManager.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ScriptStorageManager.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 12:32:15 $
+ * last change: $Author: vg $ $Date: 2008-03-18 12:13:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -106,7 +106,7 @@ ScriptStorageManager::ScriptStorageManager( const Reference<
validateXRef( xME, "ScriptStorageManager constructor: can't get MacroExpander" );
OUString base = OUString::createFromAscii(
- SAL_CONFIGFILE( "${$SYSBINDIR/bootstrap" ) );
+ SAL_CONFIGFILE( "${$BRAND_BASE_DIR/program/bootstrap" ) );
setupAppStorage( xME,
base.concat( OUString::createFromAscii( "::BaseInstallation}/share" ) ),