diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-30 10:04:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-02 08:49:21 +0200 |
commit | abd8c2a0f661a3913bfd14fefabf451dc7d85679 (patch) | |
tree | e725fe350c637e2a37f14402941caedfca9d4ec4 /xmlhelp/source/cxxhelp/inc | |
parent | a86ad4d11c7789dcf7fede31b0ff391f151dbf47 (diff) |
xmlhelp: sal_Bool->bool
Change-Id: I0aa1b7023b5100fb855a8a839e44036988d8bc2e
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/tvread.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx index c635a49f86a8..e11812f03790 100644 --- a/xmlhelp/source/cxxhelp/inc/tvread.hxx +++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx @@ -259,7 +259,7 @@ namespace treeview { getKey( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess >& xHierAccess, const char* key ) const; - sal_Bool + bool getBooleanKey( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess >& xHierAccess, const char* key) const; |