diff options
Diffstat (limited to 'xmloff/source/text/txtvfldi.cxx')
-rw-r--r-- | xmloff/source/text/txtvfldi.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx index eb1d1573658c..a39315b52c8f 100644 --- a/xmloff/source/text/txtvfldi.cxx +++ b/xmloff/source/text/txtvfldi.cxx @@ -586,8 +586,7 @@ XMLTextInputFieldImportContext::XMLTextInputFieldImportContext( true, true, true, false, false, false, false, false, - false), - sPropertyContent(sAPI_content) + false) { bValid = true; // always valid } |