summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMathieu Vonlanthen <mat_von@fastmail.fm>2012-07-28 16:13:18 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-30 05:20:02 +0200
commit0bdf6fc7c71c4c49e6d6f83d56ac953272ad16d5 (patch)
tree08633952db16da614de58e03e1c7a8b4cc83674d /sfx2
parent2fd593ae8a8140188da31bb4fb76f7a9baaba339 (diff)
Bug 48549 - System::Beep() removal
Change-Id: I011048912af051a762a78af8646513a1fc624073
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/app.cxx1
-rw-r--r--sfx2/source/appl/appcfg.cxx1
-rw-r--r--sfx2/source/dialog/passwd.cxx2
3 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index 5988c530d6d1..4ee6df444ed1 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -33,7 +33,6 @@
#include <basic/sbmod.hxx>
#include <svtools/asynclink.hxx>
#include <svl/stritem.hxx>
-#include <vcl/sound.hxx>
#include <svl/eitem.hxx>
#include <svl/urlbmk.hxx>
#include <vcl/msgbox.hxx>
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index aa365a508937..db94288714e9 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -25,7 +25,6 @@
#include <com/sun/star/util/XFlushable.hpp>
#include <stdlib.h>
-#include <vcl/sound.hxx>
#include <vcl/msgbox.hxx>
#include <tools/string.hxx>
#include <svl/itempool.hxx>
diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx
index f19569bd1942..ae48a4880212 100644
--- a/sfx2/source/dialog/passwd.cxx
+++ b/sfx2/source/dialog/passwd.cxx
@@ -37,7 +37,6 @@
#include "dialog.hrc"
#include "passwd.hrc"
-#include "vcl/sound.hxx"
#include "vcl/arrange.hxx"
// -----------------------------------------------------------------------
@@ -61,7 +60,6 @@ IMPL_LINK_INLINE_START( SfxPasswordDialog, EditModifyHdl, Edit *, pEdit )
}
if( bReset )
{
- Sound::Beep( SOUND_ERROR );
pEdit->SetSelection( Selection( 0, nLen ) );
pEdit->ReplaceSelected( aFilter.makeStringAndClear() );
}