summaryrefslogtreecommitdiff
path: root/include/basic/sbstar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-04 10:11:25 +0200
committerNoel Grandin <noel@peralex.com>2014-04-04 13:44:16 +0200
commit2d1eaee66b12fc0fdc7acdd911a63f5b68d5a196 (patch)
tree51fc2e007c7b49779043146489662571439506a0 /include/basic/sbstar.hxx
parent88ab8181d95272bea1b15c88fcc127e7be836454 (diff)
SbxObject::Call sal_Bool->bool
Change-Id: I2e52ddf704679a118fbbc4efebb7cf9fb36f0c34
Diffstat (limited to 'include/basic/sbstar.hxx')
-rw-r--r--include/basic/sbstar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx
index 26302a3d4a62..b5f50aa844ec 100644
--- a/include/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
@@ -122,7 +122,7 @@ public:
static sal_Int32 GetErl();
virtual SbxVariable* Find( const OUString&, SbxClassType ) SAL_OVERRIDE;
- virtual sal_Bool Call( const OUString&, SbxArray* = NULL ) SAL_OVERRIDE;
+ virtual bool Call( const OUString&, SbxArray* = NULL ) SAL_OVERRIDE;
SbxArray* GetModules() { return pModules; }
SbxObject* GetRtl() { return pRtl; }