summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-28 10:57:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-28 10:57:32 +0200
commit5f53dfc5058b76756ab18143aeb5ca695da674af (patch)
treebcba7b835f9c64b28575ccaf6fa4398f3a4e99e8 /dbaccess/source/ui/dlg
parent764c3805e9fe5d9194cbaa38766e44f9993fb31b (diff)
-Werror=ignored-qualifiers (GCC 8)
Change-Id: Ie7fa59f573791fca0530294ef5a5e0863e1285b1
Diffstat (limited to 'dbaccess/source/ui/dlg')
-rw-r--r--dbaccess/source/ui/dlg/dlgattr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/dlgattr.cxx b/dbaccess/source/ui/dlg/dlgattr.cxx
index bb5ab1608474..af6113372c5b 100644
--- a/dbaccess/source/ui/dlg/dlgattr.cxx
+++ b/dbaccess/source/ui/dlg/dlgattr.cxx
@@ -64,7 +64,7 @@ void SbaSbAttrDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage )
SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool()));
if (nPageId == m_nNumberFormatId)
{
- aSet.Put (SvxNumberInfoItem( pNumberInfoItem->GetNumberFormatter(), (const sal_uInt16)SID_ATTR_NUMBERFORMAT_INFO));
+ aSet.Put (SvxNumberInfoItem( pNumberInfoItem->GetNumberFormatter(), (sal_uInt16)SID_ATTR_NUMBERFORMAT_INFO));
rTabPage.PageCreated(aSet);
}
}