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>
This commit is contained in:
@@ -1368,7 +1368,7 @@ void OBoundControlModel::disposing()
|
|||||||
// disconnect from our external value binding
|
// disconnect from our external value binding
|
||||||
if ( hasExternalValueBinding() )
|
if ( hasExternalValueBinding() )
|
||||||
disconnectExternalValueBinding();
|
disconnectExternalValueBinding();
|
||||||
// dito for the validator
|
// ditto for the validator
|
||||||
if ( hasValidator() )
|
if ( hasValidator() )
|
||||||
disconnectValidator( );
|
disconnectValidator( );
|
||||||
}
|
}
|
||||||
|
@@ -875,7 +875,7 @@ SwContentNotify::~SwContentNotify()
|
|||||||
pFESh->CalcAndSetScale( xObj ); // create client
|
pFESh->CalcAndSetScale( xObj ); // create client
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//dito animated graphics
|
// ditto animated graphics
|
||||||
if ( getFrameArea().HasArea() && static_cast<SwNoTextFrame*>(pCnt)->HasAnimation() )
|
if ( getFrameArea().HasArea() && static_cast<SwNoTextFrame*>(pCnt)->HasAnimation() )
|
||||||
{
|
{
|
||||||
static_cast<SwNoTextFrame*>(pCnt)->StopAnimation();
|
static_cast<SwNoTextFrame*>(pCnt)->StopAnimation();
|
||||||
|
@@ -1269,10 +1269,10 @@ private:
|
|||||||
|
|
||||||
// Ini-Flags:
|
// Ini-Flags:
|
||||||
sal_uInt32 m_nIniFlags; // flags from writer.ini
|
sal_uInt32 m_nIniFlags; // flags from writer.ini
|
||||||
sal_uInt32 m_nIniFlags1; // dito ( additional flags )
|
sal_uInt32 m_nIniFlags1; // ditto ( additional flags )
|
||||||
sal_uInt32 m_nFieldFlags; // dito for fields
|
sal_uInt32 m_nFieldFlags; // ditto for fields
|
||||||
sal_uInt32 m_nFieldTagAlways[3]; // dito for tagging of fields
|
sal_uInt32 m_nFieldTagAlways[3]; // ditto for tagging of fields
|
||||||
sal_uInt32 m_nFieldTagBad[3]; // dito for tagging of fields that can't be imported
|
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_bRegardHindiDigits; // import digits in CTL scripts as Hindi numbers
|
||||||
|
|
||||||
bool m_bDrawCpOValid;
|
bool m_bDrawCpOValid;
|
||||||
|
@@ -157,7 +157,7 @@ IMPL_LINK( SwFormatTablePage, RelWidthClickHdl, weld::ToggleButton&, rBtn, void
|
|||||||
m_xLeftMF->SetRefValue(pTableData->GetSpace());
|
m_xLeftMF->SetRefValue(pTableData->GetSpace());
|
||||||
m_xRightMF->SetRefValue(pTableData->GetSpace());
|
m_xRightMF->SetRefValue(pTableData->GetSpace());
|
||||||
m_xLeftMF->SetMetricFieldMin(0); //will be overwritten by the Percentfield
|
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_xLeftMF->SetMetricFieldMax(99);
|
||||||
m_xRightMF->SetMetricFieldMax(99);
|
m_xRightMF->SetMetricFieldMax(99);
|
||||||
m_xLeftMF->set_value(m_xLeftMF->NormalizePercent(nLeft ), FieldUnit::TWIP );
|
m_xLeftMF->set_value(m_xLeftMF->NormalizePercent(nLeft ), FieldUnit::TWIP );
|
||||||
|
Reference in New Issue
Block a user