diff options
author | Andreas Bille <abi@openoffice.org> | 2001-10-01 13:24:09 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2001-10-01 13:24:09 +0000 |
commit | 39f4f7779234bc1c96fc3b48b7d450af990789fd (patch) | |
tree | b02ec08745eea41fa606480ee2e0123c129485e1 /xmlhelp/source/cxxhelp/provider/provider.cxx | |
parent | 4b0b556d10aebb3ec7ee3d5581f7706adb3c63c8 (diff) |
#91885#
changed css link to be compatible with fat office
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/provider.cxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/provider.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx index fa5e7e5e265a..0451e18b692a 100644 --- a/xmlhelp/source/cxxhelp/provider/provider.cxx +++ b/xmlhelp/source/cxxhelp/provider/provider.cxx @@ -2,9 +2,9 @@ * * $RCSfile: provider.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: abi $ $Date: 2001-09-28 15:01:59 $ + * last change: $Author: abi $ $Date: 2001-10-01 14:24:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -325,10 +325,10 @@ void ContentProvider::init() else instPath = xCfgMgr->substituteVariables( instPath ); - err_msg( "installpath as given by substituteVariables ", - instPath ); +// err_msg( "installpath as given by substituteVariables ", +// instPath ); - instPath = rtl::OUString::createFromAscii( "/export/home/abi/src638_p2_01_49/help/" ); +// instPath = rtl::OUString::createFromAscii( "/export/home/abi/src38b11/help" ); m_pDatabases = new Databases( instPath, m_xSMgr ); |