diff options
author | Mathieu Vonlanthen <mat_von@fastmail.fm> | 2012-07-28 16:13:18 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-30 05:20:02 +0200 |
commit | 0bdf6fc7c71c4c49e6d6f83d56ac953272ad16d5 (patch) | |
tree | 08633952db16da614de58e03e1c7a8b4cc83674d /sw | |
parent | 2fd593ae8a8140188da31bb4fb76f7a9baaba339 (diff) |
Bug 48549 - System::Beep() removal
Change-Id: I011048912af051a762a78af8646513a1fc624073
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/docedt.cxx | 3 | ||||
-rw-r--r-- | sw/source/core/layout/paintfrm.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/text/frmpaint.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/dochdl/swdtflvr.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/utlui/content.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/wrtsh/wrtsh1.cxx | 1 |
6 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/core/doc/docedt.cxx b/sw/source/core/doc/docedt.cxx index 9db8837f7818..3f2e6992e36e 100644 --- a/sw/source/core/doc/docedt.cxx +++ b/sw/source/core/doc/docedt.cxx @@ -30,7 +30,6 @@ #include <string.h> // for strchr() #include <hintids.hxx> -#include <vcl/sound.hxx> #include <editeng/cscoitem.hxx> #include <editeng/brkitem.hxx> #include <linguistic/lngprops.hxx> @@ -179,8 +178,6 @@ void lcl_SkipAttr( const SwTxtNode *pNode, SwIndex &rIdx, xub_StrLen &rStart ) { // skip all special attributes do { - // "Beep" for every single one we skip - Sound::Beep(SOUND_ERROR); rIdx++; } while( (rStart = rIdx.GetIndex()) < pNode->GetTxt().Len() && !lcl_MayOverwrite(pNode, rStart) ); diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index e2995ab8fecd..10377ba95811 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/text/HoriOrientation.hpp> #include <hintids.hxx> -#include <vcl/sound.hxx> #include <vcl/lazydelete.hxx> #include <tools/poly.hxx> #include <svx/xoutbmp.hxx> diff --git a/sw/source/core/text/frmpaint.cxx b/sw/source/core/text/frmpaint.cxx index 5e3991dc853e..ca99ba6c2b45 100644 --- a/sw/source/core/text/frmpaint.cxx +++ b/sw/source/core/text/frmpaint.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/text/HoriOrientation.hpp> #include <hintids.hxx> -#include <vcl/sound.hxx> #include <tools/shl.hxx> // SW_MOD #include <editeng/pgrditem.hxx> #include <editeng/lrspitem.hxx> diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx index 3c3c49939af8..1c8aa4cf9b63 100644 --- a/sw/source/ui/dochdl/swdtflvr.cxx +++ b/sw/source/ui/dochdl/swdtflvr.cxx @@ -104,7 +104,6 @@ #include <ndole.hxx> #include <swwait.hxx> #include <viewopt.hxx> -#include <vcl/sound.hxx> #include <swerror.h> #include <SwCapObjType.hxx> #include <cmdid.h> diff --git a/sw/source/ui/utlui/content.cxx b/sw/source/ui/utlui/content.cxx index 6d2d63236446..8e6ea32bb96a 100644 --- a/sw/source/ui/utlui/content.cxx +++ b/sw/source/ui/utlui/content.cxx @@ -33,7 +33,6 @@ #include <sfx2/dispatch.hxx> #include <vcl/help.hxx> #include <sot/formats.hxx> -#include <vcl/sound.hxx> #include <uiitems.hxx> #include <fmtinfmt.hxx> #include <txtinet.hxx> diff --git a/sw/source/ui/wrtsh/wrtsh1.cxx b/sw/source/ui/wrtsh/wrtsh1.cxx index 2de18edd448f..ff843d6c83f7 100644 --- a/sw/source/ui/wrtsh/wrtsh1.cxx +++ b/sw/source/ui/wrtsh/wrtsh1.cxx @@ -43,7 +43,6 @@ #include <svx/svdview.hxx> #include <sot/factory.hxx> #include <svl/itemiter.hxx> -#include <vcl/sound.hxx> #include <tools/bigint.hxx> #include <sot/storage.hxx> #include <svtools/insdlg.hxx> |