summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-09 19:27:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-10 14:22:39 +0100
commitde9ca54efbfab84ca9cc7c656818aad91fcfa074 (patch)
treedfd7faa33185d9b4c9c0fa17a61a1863bcf748e4 /svx
parentda4bfe472945b05fd7baa9f75e7c89d8657a542a (diff)
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@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/text/TextUnderlinePopup.cxx2
1 files changed, 1 insertions, 1 deletions
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()