Fix typos
Change-Id: I8e6db5dfb5285e45f862fadf09ecb4142be6e075 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126659 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
committed by
Adolfo Jayme Barrientos
parent
ecdb4b3470
commit
0040076af3
@@ -1151,7 +1151,7 @@ SvtFileView_Impl::SvtFileView_Impl(SvtFileView* pAntiImpl, weld::Window* pTopLev
|
||||
{
|
||||
weld::TreeView* pWidget = mxView->getWidget();
|
||||
|
||||
// set the width to something small so its the parent that decides the final
|
||||
// set the width to something small so it's the parent that decides the final
|
||||
// width
|
||||
Size aSize(42, pWidget->get_height_rows(7));
|
||||
pWidget->set_size_request(aSize.Width(), aSize.Height());
|
||||
|
@@ -980,7 +980,7 @@ bool LoadEnv::impl_filterHasInteractiveDialog() const
|
||||
if (m_aURL.Arguments == "Interactive")
|
||||
return true;
|
||||
|
||||
// unless (tdf#116277) its the labels/business cards slave frame
|
||||
// unless (tdf#116277) it's the labels/business cards slave frame
|
||||
if (m_aURL.Arguments.indexOf("slot=") != -1)
|
||||
return true;
|
||||
|
||||
|
@@ -3566,7 +3566,7 @@ void SalInstanceTreeView::InvalidateModelEntry(SvTreeListEntry* pEntry)
|
||||
void SalInstanceTreeView::do_set_toggle(SvTreeListEntry* pEntry, TriState eState, int col)
|
||||
{
|
||||
assert(col >= 0 && o3tl::make_unsigned(col) < pEntry->ItemCount());
|
||||
// if its the placeholder to allow a blank column, replace it now
|
||||
// if it's the placeholder to allow a blank column, replace it now
|
||||
if (pEntry->GetItem(col).GetType() != SvLBoxItemType::Button)
|
||||
{
|
||||
SvLBoxButtonData* pData = m_bTogglesAsRadio ? &m_aRadioButtonData : &m_aCheckButtonData;
|
||||
|
@@ -1316,7 +1316,7 @@ ConvertResult Convert3To4(const css::uno::Reference<css::xml::dom::XNode>& xNode
|
||||
// for GtkMenuButton if this is a gearmenu with just an icon
|
||||
// then "icon-name" is used for the indicator and there is
|
||||
// expected to be no text. If there is a GtkPicture then treat
|
||||
// this like a GtkButton and presumably its a ToggleMenuButton
|
||||
// this like a GtkButton and presumably it's a ToggleMenuButton
|
||||
// and the relocation of contents happens in the builder
|
||||
if (sClass == "GtkMenuButton")
|
||||
{
|
||||
|
Reference in New Issue
Block a user