summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtflde.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtflde.cxx')
-rw-r--r--xmloff/source/text/txtflde.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 36c55162e45a..f1f8442dce8b 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -2316,7 +2316,7 @@ void XMLTextFieldExport::ExportMetaField(
bool doExport(!i_bAutoStyles); // do not export element if autostyles
// check version >= 1.2
switch (GetExport().getDefaultVersion()) {
- case SvtSaveOptions::ODFVER_011: // fall thru
+ case SvtSaveOptions::ODFVER_011: // fall through
case SvtSaveOptions::ODFVER_010: doExport = false; break;
default: break;
}