diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-04 10:58:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-04 11:28:37 +0000 |
commit | 4b0f2560287eb14c446e7333cb7e1bf9ff7a5622 (patch) | |
tree | 0366a88800f4353216f5a16de684a407178847f5 | |
parent | 8fa0dd81198e1d9e3f4853d06de9afd51344795c (diff) |
catched->caught
-rw-r--r-- | sw/source/filter/xml/swxml.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx index 6451815c1e..56c4c37921 100644 --- a/sw/source/filter/xml/swxml.cxx +++ b/sw/source/filter/xml/swxml.cxx @@ -229,7 +229,7 @@ sal_Int32 ReadThroughComponent( return ERRCODE_SFX_WRONGPASSWORD; #if OSL_DEBUG_LEVEL > 1 - ByteString aError( "SAX parse exception catched while importing:\n" ); + ByteString aError( "SAX parse exception caught while importing:\n" ); aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); DBG_ERROR( aError.GetBuffer() ); #endif @@ -263,7 +263,7 @@ sal_Int32 ReadThroughComponent( return ERRCODE_SFX_WRONGPASSWORD; #if OSL_DEBUG_LEVEL > 1 - ByteString aError( "SAX exception catched while importing:\n" ); + ByteString aError( "SAX exception caught while importing:\n" ); aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); DBG_ERROR( aError.GetBuffer() ); #endif @@ -274,7 +274,7 @@ sal_Int32 ReadThroughComponent( { (void)r; #if OSL_DEBUG_LEVEL > 1 - ByteString aError( "Zip exception catched while importing:\n" ); + ByteString aError( "Zip exception caught while importing:\n" ); aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); DBG_ERROR( aError.GetBuffer() ); #endif @@ -284,7 +284,7 @@ sal_Int32 ReadThroughComponent( { (void)r; #if OSL_DEBUG_LEVEL > 1 - ByteString aError( "IO exception catched while importing:\n" ); + ByteString aError( "IO exception caught while importing:\n" ); aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); DBG_ERROR( aError.GetBuffer() ); #endif @@ -294,7 +294,7 @@ sal_Int32 ReadThroughComponent( { (void)r; #if OSL_DEBUG_LEVEL > 1 - ByteString aError( "uno exception catched while importing:\n" ); + ByteString aError( "uno exception caught while importing:\n" ); aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); DBG_ERROR( aError.GetBuffer() ); #endif |