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

loplugin:staticcall

Change-Id: I4ec0585bec93c7bc79a31c699df7d68b955eef56
üst 8569cf1d
......@@ -172,7 +172,7 @@ std::set<OUString> ChartWindowUIObject::get_children() const
css::uno::Reference<css::uno::XInterface> xChartView = pController->getChartView();
chart::ExplicitValueProvider* pValueProvider = chart::ExplicitValueProvider::getExplicitValueProvider( xChartView );
chart::ObjectHierarchy aHierarchy(xChartDoc, pValueProvider, true);
chart::ObjectIdentifier aIdentifier = aHierarchy.getRootNodeOID();
chart::ObjectIdentifier aIdentifier = chart::ObjectHierarchy::getRootNodeOID();
aChildren.insert(aIdentifier.getObjectCID());
recursiveAdd(aIdentifier, aChildren, aHierarchy);
......
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