From b3c13b940a4b023bdbf37bfc0b9385a54e3d8b3f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 25 Sep 2012 17:21:29 +0200 Subject: sal_Bool->bool in xmlhelp Change-Id: I509cf60e4bbbe7dfb25a3943d97c9d35a22e0bb6 --- xmlhelp/source/cxxhelp/provider/databases.hxx | 2 +- xmlhelp/source/cxxhelp/provider/resultsetbase.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index 9803dc50b4d2..1722972e55b4 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -298,7 +298,7 @@ namespace chelp { com::sun::star::uno::Reference< com::sun::star::lang::XMultiComponentFactory > m_xSMgr; com::sun::star::uno::Reference< com::sun::star::ucb::XSimpleFileAccess2 > m_xSFA; - sal_Bool m_bShowBasic; + bool m_bShowBasic; char* m_pErrorDoc; int m_nCustomCSSDocLength; diff --git a/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx b/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx index 6e7f68dda340..f592d113047a 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx @@ -536,9 +536,9 @@ namespace chelp { com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xMSF; com::sun::star::uno::Reference< com::sun::star::ucb::XContentProvider > m_xProvider; sal_Int32 m_nRow; - sal_Bool m_nWasNull; + bool m_nWasNull; sal_Int32 m_nOpenMode; - sal_Bool m_bRowCountFinal; + bool m_bRowCountFinal; typedef std::vector< com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifier > > IdentSet; typedef std::vector< com::sun::star::uno::Reference< com::sun::star::sdbc::XRow > > ItemSet; -- cgit