summaryrefslogtreecommitdiffstats
path: root/basic/inc/basic/sbxmeth.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/inc/basic/sbxmeth.hxx')
-rw-r--r--basic/inc/basic/sbxmeth.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/basic/sbxmeth.hxx b/basic/inc/basic/sbxmeth.hxx
index 5cc9af6f877a..1f812cdb6260 100644
--- a/basic/inc/basic/sbxmeth.hxx
+++ b/basic/inc/basic/sbxmeth.hxx
@@ -44,7 +44,7 @@ public:
SbxMethod( const SbxMethod& r ) : SvRefBase( r ), SbxVariable( r ) {}
SbxMethod& operator=( const SbxMethod& r )
{ SbxVariable::operator=( r ); return *this; }
- BOOL Run( SbxValues* pValues = NULL );
+ sal_Bool Run( SbxValues* pValues = NULL );
virtual SbxClassType GetClass() const;
};