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 /basctl | |
parent | 2fd593ae8a8140188da31bb4fb76f7a9baaba339 (diff) |
Bug 48549 - System::Beep() removal
Change-Id: I011048912af051a762a78af8646513a1fc624073
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/basides2.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/brkdlg.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/objdlg.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index 5f7fe56a4f9c..1eab598b789a 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -45,7 +45,6 @@ #include <svtools/xtextedt.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <vcl/msgbox.hxx> -#include <vcl/sound.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index bf82724a8ca3..a5702c1f251b 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -37,7 +37,6 @@ #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> #include <vcl/msgbox.hxx> -#include <vcl/sound.hxx> #include <svl/urihelper.hxx> #include <svtools/xtextedt.hxx> #include <svtools/txtattr.hxx> diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx index c68585c89f1e..4de4d7785844 100644 --- a/basctl/source/basicide/basides2.cxx +++ b/basctl/source/basicide/basides2.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/frame/XTitle.hpp> -#include <vcl/sound.hxx> #include <basidesh.hxx> #include <basidesh.hrc> #include <baside2.hxx> diff --git a/basctl/source/basicide/brkdlg.cxx b/basctl/source/basicide/brkdlg.cxx index d0b6f22aae74..4928473542f7 100644 --- a/basctl/source/basicide/brkdlg.cxx +++ b/basctl/source/basicide/brkdlg.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <vcl/sound.hxx> #define _SVX_NOIDERESIDS #include "breakpoint.hxx" diff --git a/basctl/source/basicide/objdlg.cxx b/basctl/source/basicide/objdlg.cxx index 64935bb8331e..36cac994d643 100644 --- a/basctl/source/basicide/objdlg.cxx +++ b/basctl/source/basicide/objdlg.cxx @@ -32,7 +32,6 @@ #include <svl/itemset.hxx> #include <vcl/msgbox.hxx> #include <vcl/taskpanelist.hxx> -#include <vcl/sound.hxx> ObjectCatalog::ObjectCatalog( Window * pParent ) :BasicDockingWindow( pParent, IDEResId( RID_BASICIDE_OBJCAT ) ) |