diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 12:57:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-21 19:50:30 +0200 |
commit | 00a9debfcfd12f04030f0369f7eaf5688ebbf194 (patch) | |
tree | 0e97ed45c7887ad48530cd8ba17f5960973b3040 /xmloff | |
parent | fcb9e950fb65923e362cf8b2d3382ce39bb94e06 (diff) |
Fix typo in code
Change-Id: Id4df6228804bb31bde0a11327c69eb939cc57ccf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101101
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLTextNumRuleInfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |