summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/ui/app/apphdl.cxx9
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)