Revert "Avoid loplugin:staticmethods in non-debug build"
This reverts commit97df2dee8e
, obsoleted bycbce40e965
"Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds."
This commit is contained in:
@@ -108,7 +108,6 @@ bool TextUndoManager::Redo()
|
|||||||
void TextUndoManager::UndoRedoStart()
|
void TextUndoManager::UndoRedoStart()
|
||||||
{
|
{
|
||||||
DBG_ASSERT( GetView(), "Undo/Redo: Active View?" );
|
DBG_ASSERT( GetView(), "Undo/Redo: Active View?" );
|
||||||
(void) this; // avoid loplugin:staticmethods
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TextUndoManager::UndoRedoEnd()
|
void TextUndoManager::UndoRedoEnd()
|
||||||
|
@@ -295,7 +295,6 @@ void Window::RemoveUserEvent( ImplSVEvent * nUserEvent )
|
|||||||
"Window::RemoveUserEvent(): Event doesn't send to this window or is already removed" );
|
"Window::RemoveUserEvent(): Event doesn't send to this window or is already removed" );
|
||||||
DBG_ASSERT( nUserEvent->mbCall,
|
DBG_ASSERT( nUserEvent->mbCall,
|
||||||
"Window::RemoveUserEvent(): Event is already removed" );
|
"Window::RemoveUserEvent(): Event is already removed" );
|
||||||
(void) this; // avoid loplugin:staticmethods
|
|
||||||
|
|
||||||
if ( nUserEvent->mpWindow )
|
if ( nUserEvent->mpWindow )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user