From 764c3805e9fe5d9194cbaa38766e44f9993fb31b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 28 Jun 2017 10:49:31 +0200 Subject: -Werror=ignored-qualifiers (GCC 8) Change-Id: Id2f60099d062b5aa1baf8ed1a1d5145663ae8bdd --- chart2/source/controller/dialogs/res_DataLabel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/controller/dialogs/res_DataLabel.cxx') diff --git a/chart2/source/controller/dialogs/res_DataLabel.cxx b/chart2/source/controller/dialogs/res_DataLabel.cxx index c75d8c4808c1..433d3ce1ce21 100644 --- a/chart2/source/controller/dialogs/res_DataLabel.cxx +++ b/chart2/source/controller/dialogs/res_DataLabel.cxx @@ -192,7 +192,7 @@ IMPL_LINK( DataLabelResources, NumberFormatDialogHdl, Button *, pButton, void ) m_pCBPercent->Check(); SfxItemSet aNumberSet = NumberFormatDialog::CreateEmptyItemSetForNumberFormatDialog( *m_pPool ); - aNumberSet.Put (SvxNumberInfoItem( m_pNumberFormatter, (const sal_uInt16)SID_ATTR_NUMBERFORMAT_INFO)); + aNumberSet.Put (SvxNumberInfoItem( m_pNumberFormatter, (sal_uInt16)SID_ATTR_NUMBERFORMAT_INFO)); bool bPercent = ( pButton == m_pPB_NumberFormatForPercent ); -- cgit