summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-08 00:51:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-08 09:30:41 +0100
commit9c13afe2eeebc06427a764f1029c3b7172c61e5b (patch)
treef95a242c2db8068fc152d90d5f2f12dda1fadaa1 /framework
parentb03504bf054bd4094b985ef8ebb9ac55fa69a487 (diff)
Fix typo
Change-Id: I935579ee9df56cda1a87816603b23a0562bb1b97 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88256 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/inc/pattern/frame.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/inc/pattern/frame.hxx b/framework/source/inc/pattern/frame.hxx
index 97808c19232b..9585af25665c 100644
--- a/framework/source/inc/pattern/frame.hxx
+++ b/framework/source/inc/pattern/frame.hxx
@@ -37,7 +37,7 @@ namespace framework{
Delegating of the ownership can be influenced from
outside. If closing isn't possible (because the
needed interface isn't available) dispose() is tried instead.
- All possible exception are handled inside.
+ All possible exceptions are handled inside.
So the user of this method has to look for the return value only.
@attention The given resource will not be cleared.