diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-05 07:57:51 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-07 19:06:03 -0500 |
commit | 118323a96c21135d553bf7fc1ccc5337868e835d (patch) | |
tree | 882c2f78093e38a50b553c195a268b1d63d3af1f /sd/inc/pglink.hxx | |
parent | 2bbe25827196f104285db69a6fe12adb0f28c036 (diff) |
FASTBOOL to bool conversion
Diffstat (limited to 'sd/inc/pglink.hxx')
-rw-r--r-- | sd/inc/pglink.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/pglink.hxx b/sd/inc/pglink.hxx index 8f8eff565d42..00c3e4e9aa08 100644 --- a/sd/inc/pglink.hxx +++ b/sd/inc/pglink.hxx @@ -47,7 +47,7 @@ public: virtual void Closed(); virtual void DataChanged( const String& , const ::com::sun::star::uno::Any & ); - FASTBOOL Connect() { return 0 != SvBaseLink::GetRealObject(); } + bool Connect() { return 0 != SvBaseLink::GetRealObject(); } }; #else |