diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:23:06 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-08 08:50:03 +0200 |
commit | 561e1b6aed328f63612746fb4f48296e27888a52 (patch) | |
tree | 2732bd4b9528feced050436cc477985c9c30f454 /framework/inc/helper | |
parent | 0c5cb20f26806eaa16adf121440236750fe47b79 (diff) |
Fix typo
Change-Id: I3c1e4697282f4ccc4ef0b0cea28b55ea20e9189b
Reviewed-on: https://gerrit.libreoffice.org/73691
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc/helper')
-rw-r--r-- | framework/inc/helper/dockingareadefaultacceptor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/dockingareadefaultacceptor.hxx b/framework/inc/helper/dockingareadefaultacceptor.hxx index 4d7fbbe46e4a..f3a3f54c32fc 100644 --- a/framework/inc/helper/dockingareadefaultacceptor.hxx +++ b/framework/inc/helper/dockingareadefaultacceptor.hxx @@ -39,7 +39,7 @@ class DockingAreaDefaultAcceptor : public ::cppu::WeakImplHelper< css::ui:: /*-**************************************************************************************************** @short constructor to initialize this instance @descr A docking area acceptor - But we need a instance to create more than one enumerations to the same tasklist! + But we need an instance to create more than one enumerations to the same tasklist! @seealso class Desktop @seealso class OTasksEnumeration |