summaryrefslogtreecommitdiffstats
path: root/include/dbaccess/IController.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-01 09:53:24 +0200
committerNoel Grandin <noel@peralex.com>2014-04-03 09:17:47 +0200
commit8d6a99f67edc3be61f1294f963c3bbbd2b7344f6 (patch)
tree821b205fa3e96d0f6478dbd3c8de6d36cad83a1d /include/dbaccess/IController.hxx
parentKill "Portal Demo HACK", whatever it is (diff)
downloadcore-8d6a99f67edc3be61f1294f963c3bbbd2b7344f6.tar.gz
core-8d6a99f67edc3be61f1294f963c3bbbd2b7344f6.zip
dbaccess: sal_Bool->bool
Change-Id: Ida8ee14bb6350fad815d741ca7a2b7db04a8ed11
Diffstat (limited to 'include/dbaccess/IController.hxx')
-rw-r--r--include/dbaccess/IController.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx
index 7d816728d8cb..7b76dee98577 100644
--- a/include/dbaccess/IController.hxx
+++ b/include/dbaccess/IController.hxx
@@ -73,7 +73,7 @@ namespace dbaui
@return
<TRUE/> if the command is allowed, otherwise <FALSE/>.
*/
- virtual sal_Bool isCommandEnabled(sal_uInt16 _nCommandId) const = 0;
+ virtual bool isCommandEnabled(sal_uInt16 _nCommandId) const = 0;
/** checks if the given Command is enabled
@param _rCompleteCommandURL
@@ -82,7 +82,7 @@ namespace dbaui
@return
<TRUE/> if the command is allowed, otherwise <FALSE/>.
*/
- virtual sal_Bool isCommandEnabled( const OUString& _rCompleteCommandURL ) const = 0;
+ virtual bool isCommandEnabled( const OUString& _rCompleteCommandURL ) const = 0;
/** registers a command URL, giving it a unique name
@@ -108,7 +108,7 @@ namespace dbaui
@return
<TRUE/> if read only, otherwise <FALSE/>
*/
- virtual sal_Bool isDataSourceReadOnly() const = 0;
+ virtual bool isDataSourceReadOnly() const = 0;
/** provides access to the model of the controller