summaryrefslogtreecommitdiffstats
path: root/basic/source/app/appbased.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/app/appbased.hxx')
-rw-r--r--basic/source/app/appbased.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/appbased.hxx b/basic/source/app/appbased.hxx
index 339f0c1a3d18..ccda8ce68c69 100644
--- a/basic/source/app/appbased.hxx
+++ b/basic/source/app/appbased.hxx
@@ -43,12 +43,12 @@ class AppBasEd : public AppEdit { // Editor-Window:
using DockingWindow::Notify;
SbModuleRef pMod; // compile module
- BOOL bCompiled; // TRUE if compiled
+ sal_Bool bCompiled; // sal_True if compiled
protected:
DECL_LINK( EditChange, void * );
#define BREAKPOINTSWIDTH 15
BreakpointWindow *pBreakpoints;
- virtual USHORT ImplSave(); // Save file
+ virtual sal_uInt16 ImplSave(); // Save file
public:
TYPEINFO();
@@ -64,7 +64,7 @@ public:
virtual void PostSaveAs(); // Postprocess of module...
void Reload();
void LoadSource(); // Load source for object
- BOOL Compile(); // Compile text
+ sal_Bool Compile(); // Compile text
void Run(); // Run image
void Disassemble(); // Disassemble image
const String& GetModName() const { return pMod->GetName(); }