summaryrefslogtreecommitdiffstats
path: root/sw/inc/accmap.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:15:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:15:33 +0000
commitd4ab74e5a8023b4620415953d4264c300e9f2056 (patch)
treead17df4116517c68243c58a74ef1f4594c5ef4a7 /sw/inc/accmap.hxx
parentINTEGRATION: CWS writercorehandoff (1.2.1280); FILE MERGED (diff)
downloadcore-d4ab74e5a8023b4620415953d4264c300e9f2056.tar.gz
core-d4ab74e5a8023b4620415953d4264c300e9f2056.zip
INTEGRATION: CWS writercorehandoff (1.24.466); FILE MERGED
2006/03/17 07:50:51 tra 1.24.466.5: RESYNC: (1.25-1.26); FILE MERGED 2005/09/13 11:13:20 tra 1.24.466.4: RESYNC: (1.24-1.25); FILE MERGED 2005/07/13 13:23:41 fme 1.24.466.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:09:37 fme 1.24.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 07:07:20 tra 1.24.466.1: Unnecessary includes removed #i50348#
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx18
1 files changed, 7 insertions, 11 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index 3ea579739fd8..1d82ac323898 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accmap.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: kz $ $Date: 2006-02-01 14:19:04 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:15:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,24 +39,21 @@
#include <com/sun/star/accessibility/XAccessible.hpp>
#endif
-#ifndef _SAL_TYPES_H_
-#include <sal/types.h>
-#endif
-#ifndef _CPPUHELPER_WEAKREF_HXX_
-#include <cppuhelper/weakref.hxx>
-#endif
#ifndef _VOS_REF_HXX_
#include <vos/ref.hxx>
#endif
+
#ifndef _VOS_MUTEX_HXX_ //autogen
#include <vos/mutex.hxx>
#endif
+
#ifndef _SVX_ACCESSIBILITY_IACCESSIBLE_VIEW_FORWARDER_HXX
#include <svx/IAccessibleViewForwarder.hxx>
#endif
#ifndef _SVX_ACCESSIBILITY_IACCESSIBLE_PARENT_HXX
#include <svx/IAccessibleParent.hxx>
#endif
+
#ifndef _VIEWSH_HXX
#include "viewsh.hxx"
#endif
@@ -64,6 +61,7 @@
#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
#endif
+
#ifndef _FRACT_HXX
#include <tools/fract.hxx>
#endif
@@ -72,7 +70,6 @@
class Rectangle;
class SwFrm;
-class SwRootFrm;
class SwPageFrm;
class SwAccessibleContext;
class SwAccessibleContextMap_Impl;
@@ -87,8 +84,7 @@ struct SwAccessibleEvent_Impl;
class SwAccessibleSelectedParas_Impl;
// <--
class SwRect;
-class ViewShell;
-class SwFrmOrObj;
+class MapMode;
class SwAccPreviewData;
// OD 14.01.2003 #103492#
#ifndef _PREVWPAGE_HXX