Kaydet (Commit) 8655fa31 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

Fix property name: ModuleName -> ModuleIdentifier

8b050d1e changed this everywhere
except here. (This reason is that the commit was imported from Apache,
which didn't have this place.)

Change-Id: I07a914298ee0d350c744789a5dd39605b01e5311
üst 6da68144
......@@ -319,7 +319,7 @@ void SAL_CALL PopupMenuControllerBase::initialize( const Sequence< Any >& aArgum
aPropValue.Value >>= xFrame;
else if ( aPropValue.Name == "CommandURL" )
aPropValue.Value >>= aCommandURL;
else if ( aPropValue.Name == "ModuleName" )
else if ( aPropValue.Name == "ModuleIdentifier" )
aPropValue.Value >>= m_aModuleName;
}
}
......
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