summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-31 16:03:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-01 15:28:58 +0200
commit0edc370ac57860513a80992157f70aeea7a3b229 (patch)
treef4d5b6a9e70ba460480e95e3661de9f175d6b64d /include
parent4c20bb789c7536f63a6844a4cb4489a18cee53c7 (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: I8bcc1598c7b885a025dd990eb2f75551e15b5c13 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101794 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/formlayerimport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/formlayerimport.hxx b/include/xmloff/formlayerimport.hxx
index 5d3b25948ae6..4834f85d19d9 100644
--- a/include/xmloff/formlayerimport.hxx
+++ b/include/xmloff/formlayerimport.hxx
@@ -109,12 +109,12 @@ namespace xmloff
/** sets the given number style on the given control
@param _rxControlModel
the control model which's style is to be set
- @param _rControlNumerStyleName
+ @param _rControlNumberStyleName
the style name for the control's number style
*/
void applyControlNumberStyle(
const css::uno::Reference< css::beans::XPropertySet >& _rxControlModel,
- const OUString& _rControlNumerStyleName
+ const OUString& _rControlNumberStyleName
);
/** to be called when the document has been completely imported