summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:47:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:47:55 +0000
commit34974f6d00f5a3fd674509883318ca23a0634703 (patch)
treec9176d2fd0dbcfe5c8f2c04a4605c69495ba0d7a
parenta73d69dcbca71d24a630438da6720536d7d2b3cc (diff)
INTEGRATION: CWS writercorehandoff (1.5.1112); FILE MERGED
2005/09/13 13:03:28 tra 1.5.1112.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:09 fme 1.5.1112.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:50 tra 1.5.1112.1: Unnecessary includes removed #i50348#
-rw-r--r--sw/source/core/access/acctextframe.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/source/core/access/acctextframe.hxx b/sw/source/core/access/acctextframe.hxx
index 163cdfd9a821..e226cee8b391 100644
--- a/sw/source/core/access/acctextframe.hxx
+++ b/sw/source/core/access/acctextframe.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: acctextframe.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:56:29 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:47:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,15 +34,10 @@
************************************************************************/
#ifndef _ACCTEXTFRAME_HXX
#define _ACCTEXTFRAME_HXX
-
#ifndef _ACCFRAMEBASE_HXX
#include "accframebase.hxx"
#endif
-#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_
-#include <com/sun/star/uno/RuntimeException.hpp>
-#endif
-
class SwFlyFrm;
namespace utl { class AccessibleRelationSetHelper; }
namespace com { namespace star {