From 973c8d3b6200eea388b6e2217647110a10e1c391 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 6 Mar 2018 23:20:54 +0100 Subject: Fix typo Change-Id: Iacb4f5f93f6b2b9a06148844210784045f09d053 Reviewed-on: https://gerrit.libreoffice.org/50850 Tested-by: Jenkins Reviewed-by: Julien Nabet --- lotuswordpro/inc/xfilter/xfbgimage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lotuswordpro') diff --git a/lotuswordpro/inc/xfilter/xfbgimage.hxx b/lotuswordpro/inc/xfilter/xfbgimage.hxx index 8940cfe41ea3..ea14229f4cc3 100644 --- a/lotuswordpro/inc/xfilter/xfbgimage.hxx +++ b/lotuswordpro/inc/xfilter/xfbgimage.hxx @@ -83,7 +83,7 @@ public: void SetImageData(sal_uInt8 const *buf, int len); /** - * @descr Set the iamge position type. + * @descr Set the image position type. */ void SetPosition(enumXFAlignType horiAlign = enumXFAlignCenter, enumXFAlignType vertAlign = enumXFAlignCenter); -- cgit