summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/numfmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/numfmt.cxx')
-rw-r--r--cui/source/tabpages/numfmt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx
index e417c2548341..12378a6b356a 100644
--- a/cui/source/tabpages/numfmt.cxx
+++ b/cui/source/tabpages/numfmt.cxx
@@ -1521,7 +1521,7 @@ IMPL_LINK( SvxNumberFormatTabPage, EditModifyHdl_Impl, Edit&, rEdit, void )
{
EditHdl_Impl(&rEdit);
}
-void SvxNumberFormatTabPage::EditHdl_Impl( Edit* pEdFormat )
+void SvxNumberFormatTabPage::EditHdl_Impl( Edit const * pEdFormat )
{
sal_uInt32 nCurKey = NUMKEY_UNDEFINED;
@@ -1596,7 +1596,7 @@ IMPL_LINK( SvxNumberFormatTabPage, OptEditHdl_Impl, Edit&, rEdit, void )
{
OptHdl_Impl(&rEdit);
}
-void SvxNumberFormatTabPage::OptHdl_Impl( void* pOptCtrl )
+void SvxNumberFormatTabPage::OptHdl_Impl( void const * pOptCtrl )
{
if ( (pOptCtrl == m_pEdLeadZeroes)
|| (pOptCtrl == m_pEdDecimals)