diff options
author | Thomas Benisch <tbe@openoffice.org> | 2010-06-04 18:44:46 +0200 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2010-06-04 18:44:46 +0200 |
commit | bc78afd4e42319c43edb69b5857997b8356c0d3b (patch) | |
tree | 4cbad8306d1c466ab10f29d5078b373ebda7f5d4 /chart2/source | |
parent | 841d9ebb1d45dff97f1dc765aae8427fab4d17a4 (diff) |
calc55: #i112094# chart data table dialog cannot be disabled via UNO API
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/controller/inc/res_ErrorBar.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx index 36bceaffce9f..0b5f33b5c128 100644 --- a/chart2/source/controller/inc/res_ErrorBar.hxx +++ b/chart2/source/controller/inc/res_ErrorBar.hxx @@ -135,6 +135,7 @@ private: m_apRangeSelectionHelper; Edit * m_pCurrentRangeChoosingField; bool m_bHasInternalDataProvider; + bool m_bDisableDataTableDialog; DECL_LINK( CategoryChosen, void * ); DECL_LINK( SynchronizePosAndNeg, void * ); |