summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/acccfg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index d2aa51208406..f1dda16992b2 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -1202,7 +1202,7 @@ IMPL_LINK_NOARG(SfxAcceleratorConfigPage, RadioHdl)
//-----------------------------------------------
IMPL_LINK_NOARG(SfxAcceleratorConfigPage, LoadHdl)
{
- DBG_ASSERT( m_pFileDlg, "SfxInternetPage::DialogClosedHdl(): no file dialog" );
+ assert(m_pFileDlg);
OUString sCfgName;
if ( ERRCODE_NONE == m_pFileDlg->GetError() )
@@ -1286,7 +1286,7 @@ IMPL_LINK_NOARG(SfxAcceleratorConfigPage, LoadHdl)
//-----------------------------------------------
IMPL_LINK_NOARG(SfxAcceleratorConfigPage, SaveHdl)
{
- DBG_ASSERT( m_pFileDlg, "SfxInternetPage::DialogClosedHdl(): no file dialog" );
+ assert(m_pFileDlg);
OUString sCfgName;
if ( ERRCODE_NONE == m_pFileDlg->GetError() )