Kaydet (Commit) 1cb46e27 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

Avoid warning when opening the save dropdown

Change-Id: I92980d8d9326b8c0ed865d2ce796dccb7729e3e7
üst 49de6446
......@@ -85,6 +85,9 @@ ResourceMenuController::ResourceMenuController( const css::uno::Reference< css::
{
OUString aMenuName;
aPropValue.Value >>= aMenuName;
if ( aMenuName.isEmpty() )
continue;
if ( m_bToolbarContainer )
m_aMenuURL = "private:resource/toolbar/" + aMenuName;
else
......
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