diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:26:18 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-03 09:14:23 +0000 |
commit | 1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9 (patch) | |
tree | b3483c88ce443c8e8764b11782be236fc2e0170a /xmloff/source/text/txtflde.cxx | |
parent | 87dc6c82d5cd174ae2384b66a203a93402b43291 (diff) |
Fix typos
Change-Id: I98b4dfb0f72f315065693335e2f882bb2eed3afe
Reviewed-on: https://gerrit.libreoffice.org/16713
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'xmloff/source/text/txtflde.cxx')
-rw-r--r-- | xmloff/source/text/txtflde.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx index ca8ead9b26d1..a369b263ecc6 100644 --- a/xmloff/source/text/txtflde.cxx +++ b/xmloff/source/text/txtflde.cxx @@ -964,7 +964,7 @@ void XMLTextFieldExport::ExportFieldAutoStyle( case FIELD_ID_UNKNOWN: default: OSL_FAIL("unknown field type!"); - // ignore -> no format for ukowns + // ignore -> no format for unknown break; } } |