summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-05-07 17:02:22 +0200
committerJoachim Lingner <jl@openoffice.org>2010-05-07 17:02:22 +0200
commitaec9a646b55911c65ae96d9e415ef83b56ae73fa (patch)
treebb7418945e08379071da739680f20b9147ebaab6 /l10ntools
parented8307ea1ec53445ec3ad42d950bbdb14cae925d (diff)
jl152 #i77196# adapting configuration backend to changes introduced by SB on DEV300 branch concering different handling of configuration files in extensions, also fixed writing of compiled help files into the user installation
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/help/HelpLinker.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx
index 256ed850d49e..e270a525393d 100644
--- a/l10ntools/source/help/HelpLinker.cxx
+++ b/l10ntools/source/help/HelpLinker.cxx
@@ -401,7 +401,8 @@ void HelpLinker::link() throw( HelpProcessingException )
if( bExtensionMode )
{
- indexDirParentName = sourceRoot;
+ //indexDirParentName = sourceRoot;
+ indexDirParentName = extensionDestination;
}
else
{