Kaydet (Commit) 3dc95e2d authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

tdf#83541 Fix also for reportdesign

Forgot about this ugly wrapper in reportdesign

Change-Id: I8a1d7206165d8c6db8a506eaa0c56d019fdadfb2
üst 4a7c89fe
......@@ -284,12 +284,7 @@ void SAL_CALL OToolboxController::execute( sal_Int16 KeyModifier ) throw (uno::R
sal_Bool SAL_CALL OToolboxController::opensSubToolbar() throw (uno::RuntimeException, std::exception)
{
return ( m_nSlotId == SID_DRAWTBX_CS_BASIC ||
m_nSlotId == SID_DRAWTBX_CS_SYMBOL ||
m_nSlotId == SID_DRAWTBX_CS_ARROW ||
m_nSlotId == SID_DRAWTBX_CS_FLOWCHART ||
m_nSlotId == SID_DRAWTBX_CS_CALLOUT ||
m_nSlotId == SID_DRAWTBX_CS_STAR );
return ( m_nSlotId != SID_ATTR_CHAR_FONT );
}
OUString SAL_CALL OToolboxController::getSubToolbarName() throw (uno::RuntimeException, std::exception)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment