summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-25 17:21:29 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-04 21:29:34 +0200
commitb3c13b940a4b023bdbf37bfc0b9385a54e3d8b3f (patch)
treec69f9a4e783454c1ebf7e500b2eeb1e901c6e57b /xmlhelp
parent8e995db6a2dd2becb2e88903a28877db2591ae06 (diff)
sal_Bool->bool in xmlhelp
Change-Id: I509cf60e4bbbe7dfb25a3943d97c9d35a22e0bb6
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.hxx2
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetbase.hxx4
2 files changed, 3 insertions, 3 deletions
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;