diff options
author | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2011-01-12 10:50:47 +0100 |
---|---|---|
committer | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2011-01-12 10:50:47 +0100 |
commit | 9a8ff5c2508f78394dfda2e22c0b3b600000a284 (patch) | |
tree | c7746cb2241adf814004d0d7f29867e6f341768b | |
parent | 634f59e5c4817d57a13cebc0bea277b44c3099e8 (diff) |
chart46: #i25706# implement date axis - #i116411# number format during editing
-rw-r--r-- | chart2/source/controller/dialogs/DataBrowser.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowser.cxx b/chart2/source/controller/dialogs/DataBrowser.cxx index 8a6c9262b038..a05b3171ccbb 100644 --- a/chart2/source/controller/dialogs/DataBrowser.cxx +++ b/chart2/source/controller/dialogs/DataBrowser.cxx @@ -868,6 +868,9 @@ void DataBrowser::SetDataFromModel( new NumberFormatterWrapper( Reference< util::XNumberFormatsSupplier >( m_xChartDoc, uno::UNO_QUERY ))); + if( m_spNumberFormatterWrapper.get() ) + m_aNumberEditField.SetFormatter( m_spNumberFormatterWrapper->getSvNumberFormatter() ); + RenewTable(); const sal_Int32 nColCnt = m_apDataBrowserModel->getColumnCount(); |