From d71bcc4dc5025ea24944454908098269cfd095a3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Nov 2017 00:20:20 +0100 Subject: Fix typos Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins Reviewed-by: Mark Page --- xmloff/source/style/styleexp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx index 7a38ff0749b4..fa8ff9c8a46a 100644 --- a/xmloff/source/style/styleexp.cxx +++ b/xmloff/source/style/styleexp.cxx @@ -247,7 +247,7 @@ bool XMLStyleExport::exportStyle( } } - // style:list-style-name="..." (SW paragarph styles only) + // style:list-style-name="..." (SW paragraph styles only) if( xPropSetInfo->hasPropertyByName( sNumberingStyleName ) ) { Reference< XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); -- cgit