From 57b15f2dcd2963808b8af3f0665450ef81bb3eb8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 6 Dec 2013 13:27:17 +0000 Subject: Resolves: fdo#72022 Integrated help ignored if installed regression since 58fa3d50aa43102cea8690fd6bf51fb80c007955 Change-Id: Ia20f28daace30181652bbbbec3f9845045db03b4 --- xmlhelp/source/cxxhelp/provider/databases.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index fb16e663e520..ed30a7dfd4e6 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -1233,7 +1233,7 @@ void Databases::setInstallPath( const OUString& aInstDir ) osl::FileBase::getFileURLFromSystemPath( aInstDir,m_aInstallDirectory ); //TODO: check returned error code - if( m_aInstallDirectory.endsWith( "/" ) ) + if( !m_aInstallDirectory.endsWith( "/" ) ) m_aInstallDirectory += "/"; } -- cgit