Kaydet (Commit) 87f750f1 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

also update for the first selected object

Change-Id: I7df8772c7414df694eda5ea30b74eccd6e9b98db
üst 5845e737
......@@ -240,6 +240,8 @@ void ChartAreaPanel::Initialize()
css::uno::Reference<css::view::XSelectionSupplier> xSelectionSupplier(mxModel->getCurrentController(), css::uno::UNO_QUERY);
if (xSelectionSupplier.is())
xSelectionSupplier->addSelectionChangeListener(mxSelectionListener);
updateData();
}
void ChartAreaPanel::setFillTransparence(const XFillTransparenceItem& rItem)
......
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