summaryrefslogtreecommitdiff
path: root/rsc/source/res/rscflag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rscflag.cxx')
-rw-r--r--rsc/source/res/rscflag.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/res/rscflag.cxx b/rsc/source/res/rscflag.cxx
index a1844c5a057c..48c583a3ff8e 100644
--- a/rsc/source/res/rscflag.cxx
+++ b/rsc/source/res/rscflag.cxx
@@ -445,9 +445,9 @@ void RscClient::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
{
if( pRefClass->IsSet( rInst, nConstId ) )
- fprintf( fOutput, "sal_True" );
+ fprintf( fOutput, "TRUE" );
else
- fprintf( fOutput, "sal_False" );
+ fprintf( fOutput, "FALSE" );
}
/*************************************************************************