summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-05-04 13:36:30 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2016-05-04 13:37:16 +0300
commit7d47700972d267fe7c5270c5dadd45a523a2baec (patch)
tree36245243d76c496b565ca42a32bb2212b9c99b5a
parent24e56929445f0e3e22c7129bf18e912ae1ac6fc1 (diff)
Underline should be a split button
Change-Id: I072293e7939d3d9f9349f40aec58729c3731d972
-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 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()