diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-10 01:32:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-02-12 15:38:59 +0100 |
commit | 89202f2d76a92866ed3f3887d690e4fc45658e22 (patch) | |
tree | 24e5cfbaa49ffd2a8e8ca3c19c68bb536f7316c9 /lotuswordpro/inc | |
parent | 90a46122dc0ce401919914cb79f11081d6cc6b24 (diff) |
Fix typos
Change-Id: Ia01f85e87706b02ffb816b3385765e2729dafa02
Reviewed-on: https://gerrit.libreoffice.org/49585
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lotuswordpro/inc')
-rw-r--r-- | lotuswordpro/inc/xfilter/xfcontentcontainer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/inc/xfilter/xfcontentcontainer.hxx b/lotuswordpro/inc/xfilter/xfcontentcontainer.hxx index 08a12d9b14ed..f3a843f1481f 100644 --- a/lotuswordpro/inc/xfilter/xfcontentcontainer.hxx +++ b/lotuswordpro/inc/xfilter/xfcontentcontainer.hxx @@ -92,7 +92,7 @@ public: rtl::Reference<XFContent> GetLastContent(); void RemoveLastContent(); /** - * @descr convience function for add text content. + * @descr convenience function for add text content. */ void Add(const OUString& text); |