summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-20 12:57:05 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-21 19:50:30 +0200
commit00a9debfcfd12f04030f0369f7eaf5688ebbf194 (patch)
tree0e97ed45c7887ad48530cd8ba17f5960973b3040
parentfcb9e950fb65923e362cf8b2d3382ce39bb94e06 (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>
-rw-r--r--xmloff/source/text/XMLTextNumRuleInfo.hxx2
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 );