bool improvements

Change-Id: I0ef2adc0bd4a4764c38094b2b7d27c3453ecc117
This commit is contained in:
Stephan Bergmann
2014-01-28 20:00:28 +01:00
parent 608953c425
commit dbac5ccaf8
3 changed files with 5 additions and 5 deletions

View File

@@ -189,11 +189,11 @@ throw ( Exception, RuntimeException )
// if contex string ends with "uno_packages"
if ( indexOfPkgSpec > -1 && m_sCtxString.match( pkgSpec, indexOfPkgSpec ) )
{
m_bIsPkgMSP = sal_True;
m_bIsPkgMSP = true;
}
else
{
m_bIsPkgMSP = sal_False;
m_bIsPkgMSP = false;
}
}
else // no args