Change-Id: Icd8c5e8101d112d76da23f877c55c9627438e179
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169184
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2024-06-19 00:06:24 +02:00 committed by Julien Nabet
parent 58ef023d63
commit 41559f8c52

View file

@ -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.