summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
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 c8e9f1fa21f2..79d8dabe9c53 100644
--- a/framework/source/inc/pattern/frame.hxx
+++ b/framework/source/inc/pattern/frame.hxx
@@ -79,7 +79,7 @@ inline bool closeIt(const css::uno::Reference< css::uno::XInterface >& xResource
{ throw; } // should not be suppressed!
catch(const css::uno::Exception&)
{ return false; } // ??? We defined to return a boolean value instead of throwing exceptions...
- // (OK: RuntimeExceptions should not be catched inside the core..)
+ // (OK: RuntimeExceptions should not be caught inside the core..)
return true;
}