summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-05 14:43:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-05 16:52:26 +0200
commitcfce4865e81db30635cf3a166d77731be41cd9a7 (patch)
tree126b256cd8b992bea21e33b9adf66bf361592fef
parent35021cd56b3b4e38035804087f215c80085564be (diff)
dito->ditto
Change-Id: I432dcc61dfb53e6b439052c495a602aab8a58f5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100172 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--forms/source/component/FormComponent.cxx2
-rw-r--r--sw/source/core/layout/frmtool.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par.hxx8
-rw-r--r--sw/source/ui/table/tabledlg.cxx2
4 files changed, 7 insertions, 7 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index 450ef822b632..34b5f51c538d 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -1368,7 +1368,7 @@ void OBoundControlModel::disposing()
// disconnect from our external value binding
if ( hasExternalValueBinding() )
disconnectExternalValueBinding();
- // dito for the validator
+ // ditto for the validator
if ( hasValidator() )
disconnectValidator( );
}
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index b9d4f37831d2..9dac5b885233 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -875,7 +875,7 @@ SwContentNotify::~SwContentNotify()
pFESh->CalcAndSetScale( xObj ); // create client
}
}
- //dito animated graphics
+ // ditto animated graphics
if ( getFrameArea().HasArea() && static_cast<SwNoTextFrame*>(pCnt)->HasAnimation() )
{
static_cast<SwNoTextFrame*>(pCnt)->StopAnimation();
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 2ff459b161ca..8b0c6f51f339 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -1269,10 +1269,10 @@ private:
// Ini-Flags:
sal_uInt32 m_nIniFlags; // flags from writer.ini
- sal_uInt32 m_nIniFlags1; // dito ( additional flags )
- sal_uInt32 m_nFieldFlags; // dito for fields
- sal_uInt32 m_nFieldTagAlways[3]; // dito for tagging of fields
- sal_uInt32 m_nFieldTagBad[3]; // dito for tagging of fields that can't be imported
+ sal_uInt32 m_nIniFlags1; // ditto ( additional flags )
+ sal_uInt32 m_nFieldFlags; // ditto for fields
+ sal_uInt32 m_nFieldTagAlways[3]; // ditto for tagging of fields
+ sal_uInt32 m_nFieldTagBad[3]; // ditto for tagging of fields that can't be imported
bool m_bRegardHindiDigits; // import digits in CTL scripts as Hindi numbers
bool m_bDrawCpOValid;
diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx
index 082b23ee4214..c56168448f6d 100644
--- a/sw/source/ui/table/tabledlg.cxx
+++ b/sw/source/ui/table/tabledlg.cxx
@@ -157,7 +157,7 @@ IMPL_LINK( SwFormatTablePage, RelWidthClickHdl, weld::ToggleButton&, rBtn, void
m_xLeftMF->SetRefValue(pTableData->GetSpace());
m_xRightMF->SetRefValue(pTableData->GetSpace());
m_xLeftMF->SetMetricFieldMin(0); //will be overwritten by the Percentfield
- m_xRightMF->SetMetricFieldMin(0); //dito
+ m_xRightMF->SetMetricFieldMin(0); //ditto
m_xLeftMF->SetMetricFieldMax(99);
m_xRightMF->SetMetricFieldMax(99);
m_xLeftMF->set_value(m_xLeftMF->NormalizePercent(nLeft ), FieldUnit::TWIP );