Kaydet (Commit) 57b15f2d authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#72022 Integrated help ignored if installed

regression since 58fa3d50

Change-Id: Ia20f28daace30181652bbbbec3f9845045db03b4
üst c4972195
......@@ -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 += "/";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment