[Libreoffice-commits] core.git: xmloff/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 21 17:51:13 UTC 2020
xmloff/source/text/XMLTextNumRuleInfo.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 00a9debfcfd12f04030f0369f7eaf5688ebbf194
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 20 12:57:05 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 21 19:50:30 2020 +0200
Fix typo in code
Change-Id: Id4df6228804bb31bde0a11327c69eb939cc57ccf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101101
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/xmloff/source/text/XMLTextNumRuleInfo.hxx b/xmloff/source/text/XMLTextNumRuleInfo.hxx
index 28555f88af26..498b53ed2d7d 100644
--- a/xmloff/source/text/XMLTextNumRuleInfo.hxx
+++ b/xmloff/source/text/XMLTextNumRuleInfo.hxx
@@ -64,7 +64,7 @@ public:
inline XMLTextNumRuleInfo& operator=( const XMLTextNumRuleInfo& rInfo );
- void Set( const css::uno::Reference < css::text::XTextContent > & rTextContnt,
+ void Set( const css::uno::Reference < css::text::XTextContent > & rTextContent,
const bool bOutlineStyleAsNormalListStyle,
const XMLTextListAutoStylePool& rListAutoPool,
const bool bExportTextNumberElement );
More information about the Libreoffice-commits
mailing list