summaryrefslogtreecommitdiff
path: root/include/basic/sbmeth.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbmeth.hxx')
-rw-r--r--include/basic/sbmeth.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basic/sbmeth.hxx b/include/basic/sbmeth.hxx
index 134748041306..d38e652e1e1a 100644
--- a/include/basic/sbmeth.hxx
+++ b/include/basic/sbmeth.hxx
@@ -42,12 +42,12 @@ class BASIC_DLLPUBLIC SbMethod : public SbxMethod
sal_uInt16 nDebugFlags;
sal_uInt16 nLine1, nLine2;
sal_uInt32 nStart;
- sal_Bool bInvalid;
+ bool bInvalid;
SbxArrayRef refStatics;
BASIC_DLLPRIVATE SbMethod( const OUString&, SbxDataType, SbModule* );
BASIC_DLLPRIVATE SbMethod( const SbMethod& );
- virtual sal_Bool LoadData( SvStream&, sal_uInt16 ) SAL_OVERRIDE;
- virtual sal_Bool StoreData( SvStream& ) const SAL_OVERRIDE;
+ virtual bool LoadData( SvStream&, sal_uInt16 ) SAL_OVERRIDE;
+ virtual bool StoreData( SvStream& ) const SAL_OVERRIDE;
virtual ~SbMethod();
public: