summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 10:26:17 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 10:26:17 +0000
commit10b371935c388ca3f79fc01095c34d63dd0fb970 (patch)
tree95cd41240727ea09e1d50babec9084b9cd5a1d8e /sd/source/ui/inc/AccessibleDocumentViewBase.hxx
parentee277171c276bf16068e6c55d8e3865e67da628e (diff)
INTEGRATION: CWS impress1 (1.9.90); FILE MERGED
2003/09/16 13:37:27 af 1.9.90.1: #111996# Introduction of namespace sd. Use of sub-shells.
Diffstat (limited to 'sd/source/ui/inc/AccessibleDocumentViewBase.hxx')
-rw-r--r--sd/source/ui/inc/AccessibleDocumentViewBase.hxx21
1 files changed, 12 insertions, 9 deletions
diff --git a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
index ccbf895acfdd..f165f3213468 100644
--- a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
+++ b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleDocumentViewBase.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-05-16 14:17:45 $
+ * last change: $Author: obo $ $Date: 2004-01-20 11:26:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,8 +59,8 @@
*
************************************************************************/
-#ifndef _SD_ACCESSIBILITY_ACCESSIBLE_DOCUMENT_VIEW_BASE_HXX
-#define _SD_ACCESSIBILITY_ACCESSIBLE_DOCUMENT_VIEW_BASE_HXX
+#ifndef SD_ACCESSIBILITY_ACCESSIBLE_DOCUMENT_VIEW_BASE_HXX
+#define SD_ACCESSIBILITY_ACCESSIBLE_DOCUMENT_VIEW_BASE_HXX
#ifndef _SVX_ACCESSIBILITY_ACCESSIBLE_CONTEXT_BASE_HXX
#include <svx/AccessibleContextBase.hxx>
@@ -101,8 +101,11 @@
#include <tools/link.hxx>
#endif
-class SdWindow;
-class SdViewShell;
+namespace sd {
+class ViewShell;
+class Window;
+}
+
class VclSimpleEvent;
namespace accessibility {
@@ -163,8 +166,8 @@ public:
not necessarily correspond with the parent of the given window.
*/
AccessibleDocumentViewBase (
- SdWindow* pSdWindow,
- SdViewShell* pViewShell,
+ ::sd::Window* pSdWindow,
+ ::sd::ViewShell* pViewShell,
const ::com::sun::star::uno::Reference<
::com::sun::star::frame::XController>& rxController,
const ::com::sun::star::uno::Reference<
@@ -333,7 +336,7 @@ private:
protected:
/// The core window that is made accessible.
- SdWindow* mpWindow;
+ ::sd::Window* mpWindow;
/// The API window that is made accessible.
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>