summaryrefslogtreecommitdiff
path: root/basic/source/runtime/props.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/props.cxx')
-rw-r--r--basic/source/runtime/props.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/runtime/props.cxx b/basic/source/runtime/props.cxx
index 14566f50aada..78bd326001c5 100644
--- a/basic/source/runtime/props.cxx
+++ b/basic/source/runtime/props.cxx
@@ -64,7 +64,7 @@ RTLFUNC(False)
(void)pBasic;
(void)bWrite;
- rPar.Get(0)->PutBool( sal_False );
+ rPar.Get(0)->PutBool( false );
}
RTLFUNC(Empty)
@@ -105,7 +105,7 @@ RTLFUNC(True)
(void)pBasic;
(void)bWrite;
- rPar.Get( 0 )->PutBool( sal_True );
+ rPar.Get( 0 )->PutBool( true );
}
RTLFUNC(ATTR_NORMAL)