summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:25:53 -0400
commitd955148381be3496b091fab7c2335d080634d376 (patch)
treefed9feebbc3cf62cc75b7a5d7d11d4391ac66521 /reportdesign
parent1ca1ab42e7a7e7132375cb07745b33f635dd62e8 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 64d624b65124ac02d8ee59b135593fd9d8eb9067) Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/core/inc/core_resource.hxx2
-rw-r--r--reportdesign/source/ui/dlg/CondFormat.cxx2
-rw-r--r--reportdesign/source/ui/dlg/GroupsSorting.cxx2
-rw-r--r--reportdesign/source/ui/report/ViewsWindow.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/core/inc/core_resource.hxx b/reportdesign/source/core/inc/core_resource.hxx
index 35063422c1dd..2652e61f8a0f 100644
--- a/reportdesign/source/core/inc/core_resource.hxx
+++ b/reportdesign/source/core/inc/core_resource.hxx
@@ -43,7 +43,7 @@ namespace reportdesign
ResourceManager() { }
~ResourceManager() { }
- // we'll instantiate one static member of the following class, which, in it's dtor,
+ // we'll instantiate one static member of the following class, which, in its dtor,
// ensures that m_pImpl will be deleted
class EnsureDelete
{
diff --git a/reportdesign/source/ui/dlg/CondFormat.cxx b/reportdesign/source/ui/dlg/CondFormat.cxx
index 835180600434..c48f4622419c 100644
--- a/reportdesign/source/ui/dlg/CondFormat.cxx
+++ b/reportdesign/source/ui/dlg/CondFormat.cxx
@@ -434,7 +434,7 @@ namespace rptui
const UndoContext aUndoContext( m_rController.getUndoManager(), sUndoAction );
try
{
- sal_Int32 j(0), i(0);;
+ sal_Int32 j(0), i(0);
for ( Conditions::const_iterator cond = m_aConditions.begin();
cond != m_aConditions.end();
++cond, ++i
diff --git a/reportdesign/source/ui/dlg/GroupsSorting.cxx b/reportdesign/source/ui/dlg/GroupsSorting.cxx
index b32c430d6056..990277a36f78 100644
--- a/reportdesign/source/ui/dlg/GroupsSorting.cxx
+++ b/reportdesign/source/ui/dlg/GroupsSorting.cxx
@@ -613,7 +613,7 @@ EditBrowseBox::RowStatus OFieldExpressionControl::GetRowStatus(long nRow) const
}
catch(uno::Exception&)
{
- OSL_FAIL("Exception cathced while try to get a group!");
+ OSL_FAIL("Exception catched while try to get a group!");
}
}
return EditBrowseBox::CLEAN;
diff --git a/reportdesign/source/ui/report/ViewsWindow.cxx b/reportdesign/source/ui/report/ViewsWindow.cxx
index 456db62e589a..7d71809713cb 100644
--- a/reportdesign/source/ui/report/ViewsWindow.cxx
+++ b/reportdesign/source/ui/report/ViewsWindow.cxx
@@ -316,7 +316,7 @@ void OViewsWindow::removeSection(sal_uInt16 _nPosition)
m_pParent->getReportView()->UpdatePropertyBrowserDelayed((*aNew)->getReportSection().getSectionView());
- aPos->disposeAndClear();;
+ aPos->disposeAndClear();
m_aSections.erase(aPos);
Resize();
}