summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-02-14 10:01:51 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-02-14 22:21:58 +0100
commit69e964c77e689e493f12c265b87adb89ae66fbd6 (patch)
treea6220fab858ba4930891e5f8f44b1b2cc37bbab8 /writerfilter
parent82f8a96065194913a6f452bd8fe0ac2ad26a4be0 (diff)
Fix typo
Change-Id: Ib78a5987b5fa9c7117583e24e6945b1e2c724690 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129901 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapper_Impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 4ffa55a89d9d..4460b9caa13b 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -186,7 +186,7 @@ static void lcl_handleTextField( const uno::Reference< beans::XPropertySet >& rx
/**
Very similar to DomainMapper_Impl::GetPropertyFromStyleSheet
It is focused on paragraph properties search in current & parent stylesheet entries.
- But it will not take into account propeties with listid: these are "list paragraph styles" and
+ But it will not take into account properties with listid: these are "list paragraph styles" and
not used in some cases.
*/
static uno::Any lcl_GetPropertyFromParaStyleSheetNoNum(PropertyIds eId, StyleSheetEntryPtr pEntry, const StyleSheetTablePtr& rStyleSheet)