diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-23 12:47:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-26 08:59:38 +0200 |
commit | 3f3181522bd5fa7cd32dc81c624ef260b29cfc9c (patch) | |
tree | e9510f8b18c09ea62d1a369eeaa6eaf7b3390cc0 /reportdesign | |
parent | 979c8c56b7d52fe9a5d4b1fbfdab0adaba04c470 (diff) |
s/catched/caught
Change-Id: I7ea6977a9749e86f8058b78cdb91cd2c62da8264
Reviewed-on: https://gerrit.libreoffice.org/39164
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign')
18 files changed, 22 insertions, 22 deletions
diff --git a/reportdesign/source/core/sdr/PropertyForward.cxx b/reportdesign/source/core/sdr/PropertyForward.cxx index 84946e8f7b82..f2abe0dc7ae0 100644 --- a/reportdesign/source/core/sdr/PropertyForward.cxx +++ b/reportdesign/source/core/sdr/PropertyForward.cxx @@ -147,7 +147,7 @@ void SAL_CALL OPropertyMediator::propertyChange( const PropertyChangeEvent& evt } catch(Exception&) { - OSL_FAIL("Exception catched!"); + OSL_FAIL("Exception caught!"); } m_bInChange = false; } diff --git a/reportdesign/source/filter/xml/xmlCell.cxx b/reportdesign/source/filter/xml/xmlCell.cxx index 4f0c9c049a8f..5a5696861bb9 100644 --- a/reportdesign/source/filter/xml/xmlCell.cxx +++ b/reportdesign/source/filter/xml/xmlCell.cxx @@ -233,7 +233,7 @@ void OXMLCell::EndElement() } catch(uno::Exception&) { - OSL_FAIL("OXMLCell::EndElement -> exception catched"); + OSL_FAIL("OXMLCell::EndElement -> exception caught"); } } } diff --git a/reportdesign/source/filter/xml/xmlComponent.cxx b/reportdesign/source/filter/xml/xmlComponent.cxx index 8a8dacd9ab65..cc9b689d1dde 100644 --- a/reportdesign/source/filter/xml/xmlComponent.cxx +++ b/reportdesign/source/filter/xml/xmlComponent.cxx @@ -82,7 +82,7 @@ OXMLComponent::OXMLComponent( ORptFilter& _rImport } catch(const Exception&) { - OSL_FAIL("Exception catched while putting props into report component!"); + OSL_FAIL("Exception caught while putting props into report component!"); } } } diff --git a/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx b/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx index 70b7997a1bf0..d44a982b8b33 100644 --- a/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx +++ b/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx @@ -67,7 +67,7 @@ OXMLCondPrtExpr::OXMLCondPrtExpr( ORptFilter& _rImport, } catch(const Exception&) { - OSL_FAIL("Exception catched while putting Function props!"); + OSL_FAIL("Exception caught while putting Function props!"); } } diff --git a/reportdesign/source/filter/xml/xmlFormatCondition.cxx b/reportdesign/source/filter/xml/xmlFormatCondition.cxx index 5fba2dc2a01b..323d47e897d8 100644 --- a/reportdesign/source/filter/xml/xmlFormatCondition.cxx +++ b/reportdesign/source/filter/xml/xmlFormatCondition.cxx @@ -80,7 +80,7 @@ OXMLFormatCondition::OXMLFormatCondition( ORptFilter& rImport, } catch(Exception&) { - OSL_FAIL("Exception catched while filling the report definition props"); + OSL_FAIL("Exception caught while filling the report definition props"); } } diff --git a/reportdesign/source/filter/xml/xmlFormattedField.cxx b/reportdesign/source/filter/xml/xmlFormattedField.cxx index a62aaed07911..019eb3fa4054 100644 --- a/reportdesign/source/filter/xml/xmlFormattedField.cxx +++ b/reportdesign/source/filter/xml/xmlFormattedField.cxx @@ -75,7 +75,7 @@ OXMLFormattedField::OXMLFormattedField( ORptFilter& rImport, } catch(Exception&) { - OSL_FAIL("Exception catched while filling the report definition props"); + OSL_FAIL("Exception caught while filling the report definition props"); } } diff --git a/reportdesign/source/filter/xml/xmlFunction.cxx b/reportdesign/source/filter/xml/xmlFunction.cxx index d630023d3ebc..586296daf52d 100644 --- a/reportdesign/source/filter/xml/xmlFunction.cxx +++ b/reportdesign/source/filter/xml/xmlFunction.cxx @@ -88,7 +88,7 @@ OXMLFunction::OXMLFunction( ORptFilter& _rImport } catch(const Exception&) { - OSL_FAIL("Exception catched while putting Function props!"); + OSL_FAIL("Exception caught while putting Function props!"); } } } @@ -118,7 +118,7 @@ void OXMLFunction::EndElement() m_xFunction.clear(); }catch(uno::Exception&) { - OSL_FAIL("Exception catched!"); + OSL_FAIL("Exception caught!"); } } } diff --git a/reportdesign/source/filter/xml/xmlGroup.cxx b/reportdesign/source/filter/xml/xmlGroup.cxx index 41b273d5f5f7..8c32ad4c8957 100644 --- a/reportdesign/source/filter/xml/xmlGroup.cxx +++ b/reportdesign/source/filter/xml/xmlGroup.cxx @@ -179,7 +179,7 @@ OXMLGroup::OXMLGroup( ORptFilter& _rImport } catch(const Exception&) { - OSL_FAIL("Exception catched while putting group props!"); + OSL_FAIL("Exception caught while putting group props!"); } } } @@ -256,7 +256,7 @@ void OXMLGroup::EndElement() m_xGroups->insertByIndex(0,uno::makeAny(m_xGroup)); }catch(uno::Exception&) { - OSL_FAIL("Exception catched!"); + OSL_FAIL("Exception caught!"); } } diff --git a/reportdesign/source/filter/xml/xmlHelper.cxx b/reportdesign/source/filter/xml/xmlHelper.cxx index 0ca51f5a24c8..d3e0095f4731 100644 --- a/reportdesign/source/filter/xml/xmlHelper.cxx +++ b/reportdesign/source/filter/xml/xmlHelper.cxx @@ -312,7 +312,7 @@ void OXMLHelper::copyStyleElements(const bool _bOld,const OUString& _sStyleName, } catch(uno::Exception&) { - OSL_FAIL("OXMLHelper::copyStyleElements -> exception catched"); + OSL_FAIL("OXMLHelper::copyStyleElements -> exception caught"); } } } diff --git a/reportdesign/source/filter/xml/xmlImage.cxx b/reportdesign/source/filter/xml/xmlImage.cxx index fdc6fffa4893..05c9cbf8ec2d 100644 --- a/reportdesign/source/filter/xml/xmlImage.cxx +++ b/reportdesign/source/filter/xml/xmlImage.cxx @@ -99,7 +99,7 @@ OXMLImage::OXMLImage( ORptFilter& rImport, } catch(Exception&) { - OSL_FAIL("Exception catched while filling the image props"); + OSL_FAIL("Exception caught while filling the image props"); } } diff --git a/reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx b/reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx index 08fe41429142..a31fd64ee208 100644 --- a/reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx +++ b/reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx @@ -241,7 +241,7 @@ void SAL_CALL ImportDocumentHandler::startElement(const OUString & _sName, const } catch(uno::Exception&) { - OSL_FAIL("Exception catched while filling the report definition props"); + OSL_FAIL("Exception caught while filling the report definition props"); } bExport = false; } diff --git a/reportdesign/source/filter/xml/xmlReport.cxx b/reportdesign/source/filter/xml/xmlReport.cxx index 4c2ed009dc3a..8f572dad4dde 100644 --- a/reportdesign/source/filter/xml/xmlReport.cxx +++ b/reportdesign/source/filter/xml/xmlReport.cxx @@ -99,7 +99,7 @@ OXMLReport::OXMLReport( ORptFilter& rImport, } catch(Exception&) { - OSL_FAIL("Exception catched while filling the report definition props"); + OSL_FAIL("Exception caught while filling the report definition props"); } } diff --git a/reportdesign/source/filter/xml/xmlReportElement.cxx b/reportdesign/source/filter/xml/xmlReportElement.cxx index f879c84c0e73..9a68bd59c7a6 100644 --- a/reportdesign/source/filter/xml/xmlReportElement.cxx +++ b/reportdesign/source/filter/xml/xmlReportElement.cxx @@ -72,7 +72,7 @@ OXMLReportElement::OXMLReportElement( ORptFilter& rImport, } catch(Exception&) { - OSL_FAIL("Exception catched while filling the report definition props"); + OSL_FAIL("Exception caught while filling the report definition props"); } } diff --git a/reportdesign/source/filter/xml/xmlSection.cxx b/reportdesign/source/filter/xml/xmlSection.cxx index 351e8d426ead..c8e714237f0a 100644 --- a/reportdesign/source/filter/xml/xmlSection.cxx +++ b/reportdesign/source/filter/xml/xmlSection.cxx @@ -93,7 +93,7 @@ OXMLSection::OXMLSection( ORptFilter& rImport, } catch(Exception&) { - OSL_FAIL("Exception catched while filling the section props"); + OSL_FAIL("Exception caught while filling the section props"); } } diff --git a/reportdesign/source/filter/xml/xmlTable.cxx b/reportdesign/source/filter/xml/xmlTable.cxx index 812af6a6b651..c36fdfc33077 100644 --- a/reportdesign/source/filter/xml/xmlTable.cxx +++ b/reportdesign/source/filter/xml/xmlTable.cxx @@ -108,7 +108,7 @@ OXMLTable::OXMLTable( ORptFilter& rImport } catch(Exception&) { - OSL_FAIL("Exception catched while filling the section props"); + OSL_FAIL("Exception caught while filling the section props"); } } @@ -266,7 +266,7 @@ void OXMLTable::EndElement() } catch(Exception&) { - OSL_FAIL("OXMLTable::EndElement -> exception catched"); + OSL_FAIL("OXMLTable::EndElement -> exception caught"); } } diff --git a/reportdesign/source/ui/dlg/GroupsSorting.cxx b/reportdesign/source/ui/dlg/GroupsSorting.cxx index d4e69f676686..50bd4d4c31b8 100644 --- a/reportdesign/source/ui/dlg/GroupsSorting.cxx +++ b/reportdesign/source/ui/dlg/GroupsSorting.cxx @@ -596,7 +596,7 @@ EditBrowseBox::RowStatus OFieldExpressionControl::GetRowStatus(long nRow) const } catch(uno::Exception&) { - OSL_FAIL("Exception catched while try to get a group!"); + OSL_FAIL("Exception caught while try to get a group!"); } } return EditBrowseBox::CLEAN; diff --git a/reportdesign/source/ui/misc/RptUndo.cxx b/reportdesign/source/ui/misc/RptUndo.cxx index 20c14353f4b1..09325299e7aa 100644 --- a/reportdesign/source/ui/misc/RptUndo.cxx +++ b/reportdesign/source/ui/misc/RptUndo.cxx @@ -343,7 +343,7 @@ void OGroupUndo::implReInsert( ) } catch(uno::Exception&) { - OSL_FAIL("Exception catched while undoing remove group"); + OSL_FAIL("Exception caught while undoing remove group"); } } @@ -355,7 +355,7 @@ void OGroupUndo::implReRemove( ) } catch(uno::Exception&) { - OSL_FAIL("Exception catched while redoing remove group"); + OSL_FAIL("Exception caught while redoing remove group"); } } diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx index e5d0228cc989..5f5bbca803d1 100644 --- a/reportdesign/source/ui/report/ReportSection.cxx +++ b/reportdesign/source/ui/report/ReportSection.cxx @@ -104,7 +104,7 @@ OReportSection::OReportSection(OSectionWindow* _pParent,const uno::Reference< re } catch(uno::Exception&) { - OSL_FAIL("Exception catched!"); + OSL_FAIL("Exception caught!"); } m_pFunc.reset(new DlgEdFuncSelect( this )); |