summaryrefslogtreecommitdiff
path: root/automation/source/simplecm/simplecm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/simplecm/simplecm.cxx')
-rw-r--r--automation/source/simplecm/simplecm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/simplecm/simplecm.cxx b/automation/source/simplecm/simplecm.cxx
index 74a86f343677..55dc26665bfc 100644
--- a/automation/source/simplecm/simplecm.cxx
+++ b/automation/source/simplecm/simplecm.cxx
@@ -41,7 +41,7 @@
#include <stdio.h>
void debug_printf( const char *chars )
{
- static BOOL bPrint = (getenv("DEBUG") != NULL);
+ static sal_Bool bPrint = (getenv("DEBUG") != NULL);
if ( bPrint )
{
printf( chars );