summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtfldi.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-04-15 14:16:37 +0200
committerJan Holesovsky <kendy@suse.cz>2011-04-15 14:16:37 +0200
commit03086ad090941f55e699aa37222a71c037968ecd (patch)
tree6afd6089fdc856ddafbb585597d35620f72ae0c0 /xmloff/source/text/txtfldi.cxx
parent50428e32e6ca188dafbcfde5f91338a88313508c (diff)
FALSE/TRUE in strings should not be converted to sal_False/sal_True.
Diffstat (limited to 'xmloff/source/text/txtfldi.cxx')
-rw-r--r--xmloff/source/text/txtfldi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index ca45f0159367..af7677a2cdc6 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);