summaryrefslogtreecommitdiff
path: root/basctl/source/inc/basobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/basobj.hxx')
-rw-r--r--basctl/source/inc/basobj.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/basctl/source/inc/basobj.hxx b/basctl/source/inc/basobj.hxx
index d87eedf08297..46d0f9392896 100644
--- a/basctl/source/inc/basobj.hxx
+++ b/basctl/source/inc/basobj.hxx
@@ -19,6 +19,7 @@
#pragma once
#include "scriptdocument.hxx"
+#include <tools/long.hxx>
class SbMethod;
class SbModule;
@@ -40,7 +41,7 @@ namespace basctl
StarBASIC* FindBasic( const SbxVariable* pVar );
void StopBasic();
- long HandleBasicError( StarBASIC const * pBasic );
+ tools::Long HandleBasicError( StarBASIC const * pBasic );
void BasicStopped( bool* pbAppWindowDisabled = nullptr, bool* pbDispatcherLocked = nullptr, sal_uInt16* pnWaitCount = nullptr,
SfxUInt16Item** ppSWActionCount = nullptr, SfxUInt16Item** ppSWLockViewCount = nullptr );