From 26a67002fcb9381b54de6cae1aaa37120d49066a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 18 May 2017 16:27:05 +0200 Subject: Fix typos Only replaced "iff" with "if" Change-Id: Ib9dfa5c12b05500043147fe3b65f923b1b12a581 Reviewed-on: https://gerrit.libreoffice.org/37782 Tested-by: Jenkins Reviewed-by: Eike Rathke --- xmloff/inc/txtlists.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/inc/txtlists.hxx') diff --git a/xmloff/inc/txtlists.hxx b/xmloff/inc/txtlists.hxx index f4696713908e..bcd1262b0726 100644 --- a/xmloff/inc/txtlists.hxx +++ b/xmloff/inc/txtlists.hxx @@ -98,7 +98,7 @@ class XMLTextListsHelper const OUString& i_ListId, sal_Int16 & io_rLevel, const OUString& i_StyleName); - /// get ID of the last numbered-paragraph iff it has given style-name + /// get ID of the last numbered-paragraph if it has given style-name OUString GetNumberedParagraphListId( const sal_uInt16 i_Level, const OUString& i_StyleName); -- cgit