summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sc/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sc/source/core')
-rw-r--r--binfilter/bf_sc/source/core/data/sc_documen4.cxx2
-rw-r--r--binfilter/bf_sc/source/core/data/sc_documen7.cxx10
2 files changed, 0 insertions, 12 deletions
diff --git a/binfilter/bf_sc/source/core/data/sc_documen4.cxx b/binfilter/bf_sc/source/core/data/sc_documen4.cxx
index de6e817cd..1d84cde38 100644
--- a/binfilter/bf_sc/source/core/data/sc_documen4.cxx
+++ b/binfilter/bf_sc/source/core/data/sc_documen4.cxx
@@ -23,7 +23,6 @@
#include <bf_svtools/intitem.hxx>
-#include <vcl/sound.hxx>
#include "globstr.hrc"
#include "subtotal.hxx"
@@ -114,7 +113,6 @@ namespace binfilter {
/*N*/ nTab1 = i;
/*N*/ if (i == MAXTAB + 1)
/*N*/ {
-/*N*/ Sound::Beep();
/*N*/ OSL_FAIL("ScDocument::InsertMatrixFormula Keine Tabelle markiert");
/*N*/ return;
/*N*/ }
diff --git a/binfilter/bf_sc/source/core/data/sc_documen7.cxx b/binfilter/bf_sc/source/core/data/sc_documen7.cxx
index 8939ba2c2..5d7b8c800 100644
--- a/binfilter/bf_sc/source/core/data/sc_documen7.cxx
+++ b/binfilter/bf_sc/source/core/data/sc_documen7.cxx
@@ -21,15 +21,6 @@
#pragma hdrstop
#endif
-
-
-#if defined( WNT ) && defined( erBEEP )
-#include <svwin.h>
-#define erBEEPER() Beep( 666, 66 )
-#else
-#define erBEEPER()
-#endif
-
#include "document.hxx"
#include "bcaslot.hxx"
#include "cell.hxx"
@@ -313,7 +304,6 @@ extern const ScFormulaCell* pLastFormulaTreeTop; // cellform.cxx Err527 WorkA
///*N*/ BOOL bWasWaiting = Application::IsWait();
///*N*/ if ( !bWasWaiting )
///*N*/ Application::EnterWait();
-/*N*/ erBEEPER();
/*N*/ ScBroadcasterList* pBC;
/*N*/ ScFormulaCell* pTrack;
/*N*/ ScFormulaCell* pNext;