summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-19 15:25:06 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2024-07-19 20:35:39 +0200
commitbeaea6538f14e7681162f4828b9d0e6c6e58b43c (patch)
tree9debe39d98ccf55893aa3bd9e60daaae76104c03 /include/svx
parent9653335b8730a73c06e11c0eb7f7e59882499f5b (diff)
Fix typo
Change-Id: I1b4316e9b02acbea96b596b26005bf1c774f9f40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169228 Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net> Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/unomod.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unomod.hxx b/include/svx/unomod.hxx
index 308e07e49c99..6823172cad9d 100644
--- a/include/svx/unomod.hxx
+++ b/include/svx/unomod.hxx
@@ -39,7 +39,7 @@ class SVXCORE_DLLPUBLIC SvxUnoDrawMSFactory : public css::lang::XMultiServiceFac
protected:
/** abstract SdrModel provider */
// 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
+ // not too hard to ask 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.
virtual SdrModel& getSdrModelFromUnoModel() const = 0;