summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportSection.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-23 12:47:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-26 08:59:38 +0200
commit3f3181522bd5fa7cd32dc81c624ef260b29cfc9c (patch)
treee9510f8b18c09ea62d1a369eeaa6eaf7b3390cc0 /reportdesign/source/ui/report/ReportSection.cxx
parent979c8c56b7d52fe9a5d4b1fbfdab0adaba04c470 (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/source/ui/report/ReportSection.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportSection.cxx2
1 files changed, 1 insertions, 1 deletions
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 ));