diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-04-15 14:16:37 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-04-15 14:16:37 +0200 |
commit | 576bb89905c8dd60dbc43f62da69186766c27417 (patch) | |
tree | 238d92c65250a66c5a764f30445600665d68f95c /xmloff/source | |
parent | 3b5a89c8a73c4db6f725fb14469f403d499912ee (diff) |
FALSE/TRUE in strings should not be converted to sal_False/sal_True.
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/txtfldi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index 9812273ab5..536984bed0 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -210,7 +210,7 @@ const sal_Char sAPI_is_fixed_language[] = "IsFixedLanguage"; const sal_Char sAPI_is_visible[] = "IsVisible"; const sal_Char sAPI_TextRange[] = "TextRange"; -const sal_Char sAPI_true[] = "sal_True"; +const sal_Char sAPI_true[] = "TRUE"; TYPEINIT1( XMLTextFieldImportContext, SvXMLImportContext); |