summaryrefslogtreecommitdiff
path: root/rsc/inc/rscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscall.h')
-rw-r--r--rsc/inc/rscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rscall.h b/rsc/inc/rscall.h
index e556758054b8..4a1b20663904 100644
--- a/rsc/inc/rscall.h
+++ b/rsc/inc/rscall.h
@@ -95,7 +95,7 @@ struct RSCINST {
pClass = pCl;
pData = pClassData;
}
- BOOL IsInst() const { return( pData != NULL ); }
+ sal_Bool IsInst() const { return( pData != NULL ); }
};
/********************** S U B I N F O S T R U C T ************************/