diff options
author | Mathieu Vonlanthen <mat_von@fastmail.fm> | 2012-07-30 11:45:03 +0200 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-07-31 10:28:57 +0100 |
commit | 85cb9084533605657aca0394afe4516058a8e4ef (patch) | |
tree | 4eb93401d42c60c191fc67f05697aacf7981d6ca /tools | |
parent | 7484f81faf2ee4e6bd80b9200ba48ca013434695 (diff) |
fdo#48549 System::Beep() removal
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/debug/debug.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx index cad812f5dd5b..2d903893645e 100644 --- a/tools/source/debug/debug.cxx +++ b/tools/source/debug/debug.cxx @@ -631,15 +631,6 @@ static void DbgGetLogFileName( sal_Char* pStr ) // ----------------------------------------------------------------------- -static void DbgDebugBeep() -{ -#if defined( WNT ) - MessageBeep( MB_ICONHAND ); -#endif -} - -// ----------------------------------------------------------------------- - static DebugData* GetDebugData() { if ( !aDebugData.bInit ) @@ -1491,8 +1482,6 @@ void DbgOut( const sal_Char* pMsg, sal_uInt16 nDbgOut, const sal_Char* pFile, sa { nOut = pData->aDbgData.nErrorOut; pStr = "Error: "; - if ( pData->aDbgData.nErrorOut == DBG_OUT_FILE ) - DbgDebugBeep(); } else if ( nDbgOut == DBG_OUT_WARNING ) { |