summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dbdocfun.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-13 11:41:20 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-14 00:35:28 -0400
commitc18dc2e2047f07fb13ec5890db4dbd4357cfa7ce (patch)
treead0e2e321b996a7ea4b49be1d7a7315abcf76c5c /sc/source/ui/inc/dbdocfun.hxx
parent599c06acb2d8bfc986eaac061aa4b7e2a5bab3c6 (diff)
Use bool.
Diffstat (limited to 'sc/source/ui/inc/dbdocfun.hxx')
-rw-r--r--sc/source/ui/inc/dbdocfun.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx
index 83996ccb3517..35ad8489c6e1 100644
--- a/sc/source/ui/inc/dbdocfun.hxx
+++ b/sc/source/ui/inc/dbdocfun.hxx
@@ -98,8 +98,8 @@ public:
bool RepeatDB( const ::rtl::OUString& rDBName, bool bRecord, bool bApi, bool bIsUnnamed=false, SCTAB aTab = 0);
- sal_Bool DataPilotUpdate( ScDPObject* pOldObj, const ScDPObject* pNewObj,
- sal_Bool bRecord, sal_Bool bApi, sal_Bool bAllowMove = false );
+ bool DataPilotUpdate( ScDPObject* pOldObj, const ScDPObject* pNewObj,
+ bool bRecord, bool bApi, bool bAllowMove = false );
};