summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/txtparae.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r--xmloff/source/text/txtparae.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index c13e687a0b48..07b2ab4bc7eb 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -3722,7 +3722,7 @@ void XMLTextParagraphExport::exportMeta(
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;
}