diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-11-15 09:41:15 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-11-15 11:22:59 +0100 |
commit | 12393700600995d6d1ca12c0e16a2515e7ad9da0 (patch) | |
tree | ec8a0ca26bc08938ca34f10e490a05233fea5d6f /chart2/source/controller | |
parent | e84152a9d8d31aa5265e1730db0077c2b417b11e (diff) |
-Werror,-Wunused-private-field
Change-Id: I0e9e7be9ba7dfc2f8c6d4e17aa6c08aa1d97db45
Reviewed-on: https://gerrit.libreoffice.org/82755
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'chart2/source/controller')
-rw-r--r-- | chart2/source/controller/sidebar/ChartTypePanel.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/controller/sidebar/ChartTypePanel.hxx b/chart2/source/controller/sidebar/ChartTypePanel.hxx index e44ad7168cbf..ad6f20c61988 100644 --- a/chart2/source/controller/sidebar/ChartTypePanel.hxx +++ b/chart2/source/controller/sidebar/ChartTypePanel.hxx @@ -110,9 +110,6 @@ private: bool mbModelValid; - OUString maTextTitle; - OUString maTextSubTitle; - void Initialize(); std::unique_ptr<Dim3DLookResourceGroup_unwelded> m_pDim3DLookResourceGroup; |