diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-12 15:12:14 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-12 18:15:16 +0200 |
commit | af370069241742dd91082671a678da4a4bf740ee (patch) | |
tree | ab65c7711b31a18b55d09fd23f9875c398720a6e | |
parent | 5ba38316f818c87b4ffbb8f114b26d459402f679 (diff) |
Fix typo
Change-Id: Ib7c38adc1a8d4d27197cc65b8bb704699bf1069e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138198
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | sw/source/filter/ww8/wrtw8num.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtw8num.cxx b/sw/source/filter/ww8/wrtw8num.cxx index 09667048b769..75f240fb3b83 100644 --- a/sw/source/filter/ww8/wrtw8num.cxx +++ b/sw/source/filter/ww8/wrtw8num.cxx @@ -490,7 +490,7 @@ void MSWordExportBase::NumberingLevel( } } else if (rFormat.GetNumberingType() != SVX_NUM_NUMBER_NONE) - assert(false && "depricated format still exists and is unhandled. Inform Vasily or Justin"); + assert(false && "deprecated format still exists and is unhandled. Inform Vasily or Justin"); } if (SVX_NUM_CHAR_SPECIAL == rFormat.GetNumberingType() || |