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.