Kaydet (Commit) f3494233 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:subtlezeroinit: scripting

Change-Id: Id59b79c8e01ca66924b8a8de1c513ce97658e361
üst fa177eb3
......@@ -589,7 +589,7 @@ namespace dlgprov
{
// call from RTL_Impl_CreateUnoDialog
aArguments[0] >>= m_xModel;
m_BasicInfo.reset( new BasicRTLParams() );
m_BasicInfo.reset( new BasicRTLParams );
m_BasicInfo->mxInput.set( aArguments[ 1 ], UNO_QUERY_THROW );
// allow null mxDlgLib, a document dialog instantiated from
// from application basic is unable to provide ( or find ) it's
......
......@@ -230,7 +230,7 @@ private:
void loadChildNodes()
{
m_hBNA = new BrowseNodeAggregatorHash();
m_hBNA = new BrowseNodeAggregatorHash;
Sequence< Reference< browse::XBrowseNode > > langNodes =
m_origNode->getChildNodes();
......
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