summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accframebase.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:43:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:43:35 +0000
commita0fbcbeb948c037115675af34aeed241854d3e2d (patch)
tree0ba76b3aeaed8354060c6ee5c236cd0492113eab /sw/source/core/access/accframebase.hxx
parent3f33d1bae9c7c48f9d64b1194950daf1f410a352 (diff)
INTEGRATION: CWS writercorehandoff (1.3.1288); FILE MERGED
2005/09/13 12:55:02 tra 1.3.1288.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:13:02 fme 1.3.1288.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:40 tra 1.3.1288.1: Unnecessary includes removed #i50348#
Diffstat (limited to 'sw/source/core/access/accframebase.hxx')
-rw-r--r--sw/source/core/access/accframebase.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/source/core/access/accframebase.hxx b/sw/source/core/access/accframebase.hxx
index f00c108f2b9c..70c549fb1051 100644
--- a/sw/source/core/access/accframebase.hxx
+++ b/sw/source/core/access/accframebase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accframebase.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:48:37 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:43:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,17 +34,11 @@
************************************************************************/
#ifndef _ACCFRAMEBASE_HXX
#define _ACCFRAMEBASE_HXX
-
#ifndef _ACCCONTEXT_HXX
#include "acccontext.hxx"
#endif
-#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_
-#include <com/sun/star/uno/RuntimeException.hpp>
-#endif
-
class SwFlyFrm;
-class SwNoTxtNode;
class SwAccessibleFrameBase : public SwAccessibleContext, public SwClient
{