diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-05-04 13:36:30 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-05-04 13:37:16 +0300 |
commit | 7d47700972d267fe7c5270c5dadd45a523a2baec (patch) | |
tree | 36245243d76c496b565ca42a32bb2212b9c99b5a /svx/source/sidebar/text | |
parent | 24e56929445f0e3e22c7129bf18e912ae1ac6fc1 (diff) |
Underline should be a split button
Change-Id: I072293e7939d3d9f9349f40aec58729c3731d972
Diffstat (limited to 'svx/source/sidebar/text')
-rw-r--r-- | svx/source/sidebar/text/TextUnderlinePopup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/text/TextUnderlinePopup.cxx b/svx/source/sidebar/text/TextUnderlinePopup.cxx index 1694034685e3..9e4b6389b14b 100644 --- a/svx/source/sidebar/text/TextUnderlinePopup.cxx +++ b/svx/source/sidebar/text/TextUnderlinePopup.cxx @@ -28,7 +28,7 @@ SFX_IMPL_TOOLBOX_CONTROL(TextUnderlinePopup, SvxTextLineItem); TextUnderlinePopup::TextUnderlinePopup(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx) : SfxToolBoxControl(nSlotId, nId, rTbx) { - rTbx.SetItemBits(nId, ToolBoxItemBits::DROPDOWNONLY | rTbx.GetItemBits(nId)); + rTbx.SetItemBits(nId, ToolBoxItemBits::DROPDOWN | rTbx.GetItemBits(nId)); } TextUnderlinePopup::~TextUnderlinePopup() |