diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 12:06:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 12:06:48 +0000 |
commit | 6271f0c6636a39000b4113f940efbe9a6dc4a466 (patch) | |
tree | 4a5ebf1cfd1f65356a99e1d714f477eae68953cb /vcl/source/app | |
parent | 111e8d0e5cc854b6095ded3523abe1657ab0f0be (diff) |
INTEGRATION: CWS vclcleanup01 (1.7.6); FILE MERGED
2003/11/28 07:32:23 mt 1.7.6.1: #i22952# Removed App Server code
Diffstat (limited to 'vcl/source/app')
-rw-r--r-- | vcl/source/app/sound.cxx | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/vcl/source/app/sound.cxx b/vcl/source/app/sound.cxx index fca65e5d57c2..339a465ee0a3 100644 --- a/vcl/source/app/sound.cxx +++ b/vcl/source/app/sound.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sound.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2003-11-18 14:31:47 $ + * last change: $Author: rt $ $Date: 2003-12-01 13:06:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,17 +73,12 @@ #ifndef _SV_SVSYS_HXX #include <svsys.h> #endif -#ifndef REMOTE_APPSERVER #ifndef _SV_SALSOUND_HXX #include <salsound.hxx> #endif #ifndef _SV_SALFRAME_HXX #include <salframe.hxx> #endif -#else -#include <rmwindow.hxx> -#include <rmsound.hxx> -#endif #ifndef _DEBUG_HXX #include <tools/debug.hxx> #endif @@ -109,7 +104,7 @@ #include <salinst.hxx> #endif -#pragma hdrstop + // ---------------------- // - SalSound-Callback - |