diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-13 13:26:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-13 14:04:42 +0000 |
commit | 541631684027242eeb397ac6805936e8ba411055 (patch) | |
tree | d33eeb9e776b2b6a726e65dcefcf5c734917f021 /xmloff/source/draw/ximppage.cxx | |
parent | 3cd8d8c27d7c4a13f58c4930ee14b1d862e73ea1 (diff) |
catched -> caught
Diffstat (limited to 'xmloff/source/draw/ximppage.cxx')
-rw-r--r-- | xmloff/source/draw/ximppage.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximppage.cxx b/xmloff/source/draw/ximppage.cxx index f0b17972c5ec..79d0acc2b269 100644 --- a/xmloff/source/draw/ximppage.cxx +++ b/xmloff/source/draw/ximppage.cxx @@ -429,9 +429,9 @@ void SdXMLGenericPageContext::SetStyle( rtl::OUString& rStyleName ) } } } - catch(const uno::Exception&) + catch (const uno::Exception&) { - OSL_FAIL( "SdXMLGenericPageContext::SetStyle(): uno::Exception catched!" ); + OSL_FAIL( "SdXMLGenericPageContext::SetStyle(): uno::Exception caught!" ); } } } |