diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-18 14:26:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-18 14:26:18 +0000 |
commit | d51c4a8c587e884f99e0834f7b37f7b4a5d9ff0c (patch) | |
tree | 39ecc5ef070ad185c4cf8002415ebc90386dcf3e /sw/source/ui/app/apphdl.cxx | |
parent | 31f0ac783be586acb3c97453fb99a62413e33945 (diff) |
INTEGRATION: CWS fwkbugfix04 (1.47.38); FILE MERGED
2004/12/16 15:16:49 mba 1.47.38.2: remove obsolete sfx headers
2004/12/15 13:12:03 mba 1.47.38.1: obsolete sfx headers removed
Diffstat (limited to 'sw/source/ui/app/apphdl.cxx')
-rw-r--r-- | sw/source/ui/app/apphdl.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sw/source/ui/app/apphdl.cxx b/sw/source/ui/app/apphdl.cxx index 1e7462b88d9f..c4e1669eff04 100644 --- a/sw/source/ui/app/apphdl.cxx +++ b/sw/source/ui/app/apphdl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: apphdl.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: rt $ $Date: 2004-11-25 11:19:39 $ + * last change: $Author: kz $ $Date: 2005-01-18 15:26:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,9 +112,6 @@ #ifndef _SFX_WHITER_HXX //autogen #include <svtools/whiter.hxx> #endif -#ifndef _SFXSTBMGR_HXX //autogen -#include <sfx2/stbmgr.hxx> -#endif #ifndef _SFXISETHINT_HXX //autogen #include <svtools/isethint.hxx> #endif @@ -329,6 +326,8 @@ #include <swlinguconfig.hxx> #endif +#include <vcl/status.hxx>> + using namespace ::com::sun::star; #define C2S(cChar) String::CreateFromAscii(cChar) |