diff options
author | Michael Brauer <mib@openoffice.org> | 2002-02-20 17:14:14 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2002-02-20 17:14:14 +0000 |
commit | 65397bff2302f4d36be3699aaa18b0c75fddc617 (patch) | |
tree | 7bb88eb664c90a143306994500cbd98ad551502c /sw/source/ui/inc/edtwin.hxx | |
parent | b6eb9c338d0cf90c1fb20a055ce1b078f9fd9e99 (diff) |
#95586#: Accessible API is now view aware
Diffstat (limited to 'sw/source/ui/inc/edtwin.hxx')
-rw-r--r-- | sw/source/ui/inc/edtwin.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sw/source/ui/inc/edtwin.hxx b/sw/source/ui/inc/edtwin.hxx index e8709e45d8ea..c11cbd9a1b1b 100644 --- a/sw/source/ui/inc/edtwin.hxx +++ b/sw/source/ui/inc/edtwin.hxx @@ -2,9 +2,9 @@ * * $RCSfile: edtwin.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2002-02-18 14:54:53 $ + * last change: $Author: mib $ $Date: 2002-02-20 18:14:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -175,10 +175,6 @@ friend void PageNumNotify( ViewShell* pVwSh, bChainMode : 1, //Rahmen verbinden bWasShdwCrsr : 1, //ShadowCrsr war im MouseButtonDown an bLockInput : 1; //Lock waehrend die Rechenleiste aktiv ist -#ifdef ACCESSIBLE_LAYOUT - BOOL bHasAccessible : 1; -#endif - void LeaveArea(const Point &); void JustifyAreaTimer(); @@ -290,10 +286,7 @@ public: const SwView &GetView() const { return rView; } SwView &GetView() { return rView; } -#ifdef ACCESSIBLE_LAYOUT virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > CreateAccessible(); - void UpdateAccessible(); -#endif // Tipfenster loeschen static void ClearTip(); |