Kaydet (Commit) 734b33b7 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Caolán McNamara

Fix typos

Change-Id: Id81e8db5a38b4e4a88cc21c50234c2338e9c41bf
Reviewed-on: https://gerrit.libreoffice.org/71421
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst a83963b4
......@@ -1704,7 +1704,7 @@ void ScAcceptChgDlg::Initialize(SfxChildWinInfo* pInfo)
aWidths.push_back(aEndPos[i] - aEndPos[i - 1]);
// turn column end points back to column widths, ignoring the small
// value used for the the expander column
// value used for the expander column
weld::TreeView& rTreeView = pTheView->GetWidget();
rTreeView.set_column_fixed_widths(aWidths);
}
......
......@@ -1174,7 +1174,7 @@ void SwRedlineAcceptDlg::Initialize(OUString& rExtraString)
aWidths.push_back(aEndPos[i] - aEndPos[i - 1]);
// turn column end points back to column widths, ignoring the small
// value used for the the expander column
// value used for the expander column
weld::TreeView& rTreeView = m_pTable->GetWidget();
rTreeView.set_column_fixed_widths(aWidths);
}
......
......@@ -473,7 +473,7 @@ void DeInitVCL()
pSVData->mpSettingsConfigItem.reset();
// prevent unnessesary painting during Scheduler shutdown
// prevent unnecessary painting during Scheduler shutdown
// as this processes all pending events in debug builds.
ImplGetSystemDependentDataManager().flushAll();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment