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 /svtools | |
parent | 2fd593ae8a8140188da31bb4fb76f7a9baaba339 (diff) |
Bug 48549 - System::Beep() removal
Change-Id: I011048912af051a762a78af8646513a1fc624073
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 1 | ||||
-rw-r--r-- | svtools/source/contnr/svlbitm.cxx | 1 | ||||
-rw-r--r-- | svtools/source/edit/textview.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index d0b95b1ec42d..0112e8ba5d1b 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -73,7 +73,6 @@ #include <osl/conditn.hxx> #include <salhelper/timer.hxx> #include <vcl/svapp.hxx> -#include <vcl/sound.hxx> #include <unotools/ucbhelper.hxx> #include <unotools/intlwrapper.hxx> #include <unotools/syslocale.hxx> diff --git a/svtools/source/contnr/svlbitm.cxx b/svtools/source/contnr/svlbitm.cxx index eff3939a9062..17d3c9804901 100644 --- a/svtools/source/contnr/svlbitm.cxx +++ b/svtools/source/contnr/svlbitm.cxx @@ -31,7 +31,6 @@ #include <vcl/svapp.hxx> #include <vcl/button.hxx> #include <vcl/decoview.hxx> -#include <vcl/sound.hxx> #include <vcl/salnativewidgets.hxx> struct SvLBoxButtonData_Impl diff --git a/svtools/source/edit/textview.cxx b/svtools/source/edit/textview.cxx index 481572b53e79..40a67743f4bb 100644 --- a/svtools/source/edit/textview.cxx +++ b/svtools/source/edit/textview.cxx @@ -36,7 +36,6 @@ #include <vcl/cursor.hxx> #include <vcl/window.hxx> #include <vcl/svapp.hxx> -#include <vcl/sound.hxx> #include <tools/stream.hxx> #include <sot/formats.hxx> |