summaryrefslogtreecommitdiff
path: root/sd/inc/pglink.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-05 07:57:51 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-07 19:06:03 -0500
commit118323a96c21135d553bf7fc1ccc5337868e835d (patch)
tree882c2f78093e38a50b553c195a268b1d63d3af1f /sd/inc/pglink.hxx
parent2bbe25827196f104285db69a6fe12adb0f28c036 (diff)
FASTBOOL to bool conversion
Diffstat (limited to 'sd/inc/pglink.hxx')
-rw-r--r--sd/inc/pglink.hxx2
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