summaryrefslogtreecommitdiff
path: root/basic/inc/sbprop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/inc/sbprop.hxx')
-rw-r--r--basic/inc/sbprop.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/sbprop.hxx b/basic/inc/sbprop.hxx
index b736aee8311b..20126eaaa25b 100644
--- a/basic/inc/sbprop.hxx
+++ b/basic/inc/sbprop.hxx
@@ -32,7 +32,7 @@ class BASIC_DLLPUBLIC SbProperty : public SbxProperty
friend class SbModule;
friend class SbProcedureProperty;
SbModule* pMod;
- sal_Bool bInvalid;
+ bool bInvalid;
BASIC_DLLPRIVATE SbProperty( const OUString&, SbxDataType, SbModule* );
virtual ~SbProperty();
public: