summaryrefslogtreecommitdiffstats
path: root/rsc/source/res/rscrange.cxx
diff options
context:
space:
mode:
authorXiaofei Zhang <Zhangxiaofei@openoffice.org>2010-09-29 15:46:40 +0800
committerXiaofei Zhang <Zhangxiaofei@openoffice.org>2010-09-29 15:46:40 +0800
commit94ff531ca59a495547530f5c080d8e04e1f34ace (patch)
tree50597c12e13de7688d1eb42a7bb72e5fbd25f3eb /rsc/source/res/rscrange.cxx
parentremovetooltypes01: #i112600#: Merging with the old head (diff)
downloadcore-94ff531ca59a495547530f5c080d8e04e1f34ace.tar.gz
core-94ff531ca59a495547530f5c080d8e04e1f34ace.zip
removetooltypes: #i112600# some more changes in vcl and tools, reverted config strings in l10ntools and rsc
Diffstat (limited to 'rsc/source/res/rscrange.cxx')
-rw-r--r--rsc/source/res/rscrange.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/res/rscrange.cxx b/rsc/source/res/rscrange.cxx
index 69fcb1b73d6a..78fa86b6fa48 100644
--- a/rsc/source/res/rscrange.cxx
+++ b/rsc/source/res/rscrange.cxx
@@ -774,9 +774,9 @@ void RscBool::WriteSrc( const RSCINST & rInst, FILE * fOutput,
GetNumber( rInst, &l );
if( l )
- fprintf( fOutput, "sal_True" );
+ fprintf( fOutput, "TRUE" );
else
- fprintf( fOutput, "sal_False" );
+ fprintf( fOutput, "FALSE" );
}
//=======================================================================