diff options
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside3.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx index 550bcd3637e9..8e30691a7093 100644 --- a/basctl/source/basicide/baside3.cxx +++ b/basctl/source/basicide/baside3.cxx @@ -891,7 +891,7 @@ bool implImportDialog( vcl::Window* pWin, const OUString& rCurPath, const Script {} } bool bValidName = !aXmlDlgName.isEmpty(); - OSL_ASSERT( bValidName ); + assert( bValidName ); if( !bValidName ) return bDone; @@ -934,7 +934,7 @@ bool implImportDialog( vcl::Window* pWin, const OUString& rCurPath, const Script Shell* pShell = GetShell(); if (!pShell) { - OSL_ASSERT(pShell); + assert(pShell); return bDone; } |