summaryrefslogtreecommitdiff
path: root/framework/source/inc/pattern/frame.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/inc/pattern/frame.hxx')
-rw-r--r--framework/source/inc/pattern/frame.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/pattern/frame.hxx b/framework/source/inc/pattern/frame.hxx
index ac99882cc565..02c48e438a4d 100644
--- a/framework/source/inc/pattern/frame.hxx
+++ b/framework/source/inc/pattern/frame.hxx
@@ -92,10 +92,10 @@ inline sal_Bool closeIt(const css::uno::Reference< css::uno::XInterface >& xReso
catch(const css::lang::DisposedException&)
{} // disposed is closed is ...
catch(const css::uno::RuntimeException&)
- { throw; } // shouldnt be suppressed!
+ { throw; } // should not be suppressed!
catch(const css::uno::Exception&)
{ return sal_False; } // ??? We defined to return a boolen value instead of throwing exceptions ...
- // (OK: RuntimeExceptions shouldnt be catched inside the core ..)
+ // (OK: RuntimeExceptions should not be catched inside the core ..)
return sal_True;
}