From 41559f8c52ae2d91b886fe510cc34c0bca334c27 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 19 Jun 2024 00:06:24 +0200 Subject: [PATCH] Fix typo Change-Id: Icd8c5e8101d112d76da23f877c55c9627438e179 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169184 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- include/svx/unomod.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/svx/unomod.hxx b/include/svx/unomod.hxx index 7a3887c80db5..308e07e49c99 100644 --- a/include/svx/unomod.hxx +++ b/include/svx/unomod.hxx @@ -38,7 +38,7 @@ class SVXCORE_DLLPUBLIC SvxUnoDrawMSFactory : public css::lang::XMultiServiceFac { protected: /** abstract SdrModel provider */ - // Every App has a DrawingLayer as internal Tooling, thus ist is + // Every App has a DrawingLayer as internal Tooling, thus it is // not too hard to asl a UnoModel to hand back a DrawingLayer Model in the // form of an SdrModel. Thus, returning a reference and make usages // safer and easier is justified.