summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filrset.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-30 08:36:18 +0200
committerNoel Grandin <noel@peralex.com>2014-04-30 08:44:42 +0200
commit4d8e3aa060ca3612c337b52db0df4548cba68873 (patch)
tree99e21aed91f0412453f9c4d6267e5e5afb7429df /ucb/source/ucp/file/filrset.hxx
parent6aa35db39311dcd7965c9c9c21fcf4143a1f9b43 (diff)
ucb: sal_Bool->bool
Change-Id: If79913653f22387ab6d5a376d9cf26751525168a
Diffstat (limited to 'ucb/source/ucp/file/filrset.hxx')
-rw-r--r--ucb/source/ucp/file/filrset.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/ucp/file/filrset.hxx b/ucb/source/ucp/file/filrset.hxx
index 0dcb2ff1908e..531f95cb8d18 100644
--- a/ucb/source/ucp/file/filrset.hxx
+++ b/ucb/source/ucp/file/filrset.hxx
@@ -595,11 +595,11 @@ class XResultSet_impl : public Notifier,
shell* m_pMyShell;
com::sun::star::uno::Reference< com::sun::star::ucb::XContentProvider > m_xProvider;
- sal_Bool m_nIsOpen;
+ bool m_nIsOpen;
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;
@@ -622,13 +622,13 @@ class XResultSet_impl : public Notifier,
cppu::OInterfaceContainerHelper* m_pIsFinalListeners;
com::sun::star::uno::Reference< com::sun::star::ucb::XDynamicResultSetListener > m_xListener;
- sal_Bool m_bStatic;
+ bool m_bStatic;
sal_Int32 m_nErrorCode;
sal_Int32 m_nMinorErrorCode;
// Methods
- sal_Bool SAL_CALL OneMore( void )
+ bool SAL_CALL OneMore( void )
throw( com::sun::star::sdbc::SQLException,
com::sun::star::uno::RuntimeException );