Fix image update of DROPDOWNONLY buttons

Change-Id: I787878d6ac02d15286a405ccfcc1f09f04c39501
This commit is contained in:
Maxim Monastirsky 2015-07-27 17:48:47 +03:00
parent 1abc8c1608
commit 4b35bffa0e

View File

@ -260,7 +260,7 @@ css::uno::Reference< css::awt::XWindow > SubToolBarController::createPopupWindow
sal_Bool SubToolBarController::opensSubToolbar()
throw ( css::uno::RuntimeException, std::exception )
{
return sal_True;
return !m_aLastCommand.isEmpty();
}
OUString SubToolBarController::getSubToolbarName()