summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/databases.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/databases.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index 7b69b8507502..32ec580691f9 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -119,7 +119,7 @@ OUString Databases::expandURL( const OUString& aURL, Reference< uno::XComponentC
return aRetURL;
}
-Databases::Databases( sal_Bool showBasic,
+Databases::Databases( bool showBasic,
const OUString& instPath,
const com::sun::star::uno::Sequence< OUString >& imagesZipPaths,
const OUString& productName,
@@ -1061,7 +1061,7 @@ void Databases::cascadingStylesheet( const OUString& Language,
bool error = true;
OUString fileURL;
- sal_Bool bHighContrastMode = sal_False;
+ bool bHighContrastMode = false;
OUString aCSS( m_aCSS );
if ( aCSS.equalsAscii( "default" ) )
{
@@ -1145,7 +1145,7 @@ void Databases::cascadingStylesheet( const OUString& Language,
// fall back to default css
aCSS = "default";
retry = 2;
- bHighContrastMode = sal_False;
+ bHighContrastMode = false;
}
}