diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 15:31:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 15:31:26 +0000 |
commit | 7f89992ea239c951c526b03d5772b687136d0047 (patch) | |
tree | 1ad1ba6867dd92a118065ec5e69a7bf8baf9ab66 | |
parent | 39bb43740cc233f988c9285f800d5e023a704f9a (diff) |
INTEGRATION: CWS uaa02 (1.40.8); FILE MERGED
2003/04/11 17:37:42 mt 1.40.8.1: #108656# Moved accessibility from drafts to final
-rw-r--r-- | vcl/source/control/ilstbox.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx index ca757c9d82bc..1548625074fe 100644 --- a/vcl/source/control/ilstbox.cxx +++ b/vcl/source/control/ilstbox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ilstbox.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:57:53 $ + * last change: $Author: vg $ $Date: 2003-04-24 16:31:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,8 +102,8 @@ #include <com/sun/star/i18n/XCollator.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HDL_ -#include <drafts/com/sun/star/accessibility/XAccessible.hpp> +#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HDL_ +#include <com/sun/star/accessibility/XAccessible.hpp> #endif #pragma hdrstop @@ -2637,7 +2637,7 @@ ImplListBoxFloatingWindow::ImplListBoxFloatingWindow( Window* pParent ) : // ----------------------------------------------------------------------- -uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > ImplListBoxFloatingWindow::CreateAccessible() +uno::Reference< ::com::sun::star::accessibility::XAccessible > ImplListBoxFloatingWindow::CreateAccessible() { // Hide Accessible for this Window, because it's a top window we don't want to see as a top window. // Must be handled in the ListBox/ComboBox Accessibility Implementation |