writerfilter/source/dmapper/DomainMapper_Impl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69e964c77e689e493f12c265b87adb89ae66fbd6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Feb 14 10:01:51 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Feb 14 22:21:58 2022 +0100

    Fix typo
    
    Change-Id: Ib78a5987b5fa9c7117583e24e6945b1e2c724690
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129901
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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)

Reply via email to