diff options
Diffstat (limited to 'sw/inc/unochart.hxx')
-rw-r--r-- | sw/inc/unochart.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx index 196e3f32dd3a..b085aaaaf1b2 100644 --- a/sw/inc/unochart.hxx +++ b/sw/inc/unochart.hxx @@ -236,8 +236,8 @@ class SwChartDataSequence final : ::comphelper::OInterfaceContainerHelper2 m_aModifyListeners; css::chart2::data::DataSequenceRole m_aRole; - OUString const m_aRowLabelText; - OUString const m_aColLabelText; + OUString m_aRowLabelText; + OUString m_aColLabelText; rtl::Reference<SwChartDataProvider> m_xDataProvider; |