[Libreoffice-commits] core.git: svx/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Feb 10 13:23:39 UTC 2020
svx/source/sidebar/text/TextUnderlinePopup.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit de9ca54efbfab84ca9cc7c656818aad91fcfa074
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Feb 9 19:27:18 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Feb 10 14:22:39 2020 +0100
DROPDOWNONLY should have been DROPDOWN
Change-Id: Id69413752779ee076e2a81330990f1230264a8f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88346
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/source/sidebar/text/TextUnderlinePopup.cxx b/svx/source/sidebar/text/TextUnderlinePopup.cxx
index 8e3169bcd816..4199bf8b7171 100644
--- a/svx/source/sidebar/text/TextUnderlinePopup.cxx
+++ b/svx/source/sidebar/text/TextUnderlinePopup.cxx
@@ -39,7 +39,7 @@ void TextUnderlinePopup::initialize( const css::uno::Sequence< css::uno::Any >&
ToolBox* pToolBox = nullptr;
sal_uInt16 nId = 0;
if (getToolboxId(nId, &pToolBox) && pToolBox->GetItemCommand(nId) == m_aCommandURL)
- pToolBox->SetItemBits(nId, ToolBoxItemBits::DROPDOWNONLY | pToolBox->GetItemBits(nId));
+ pToolBox->SetItemBits(nId, ToolBoxItemBits::DROPDOWN | pToolBox->GetItemBits(nId));
}
std::unique_ptr<WeldToolbarPopup> TextUnderlinePopup::weldPopupWindow()
More information about the Libreoffice-commits
mailing list