diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 16:11:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 16:11:27 +0000 |
commit | d1677f6c13c91c728ed97bb7c79054496d21d517 (patch) | |
tree | 69d5719a55bb26007b11ba5d5d31cf255d8754bf /accessibility/source/standard/floatingwindowaccessible.cxx | |
parent | 6641088ed76587b585a6d862929c32440b1946e4 (diff) |
INTEGRATION: CWS obo30 (1.2.12); FILE MERGED
2008/05/30 11:13:15 obo 1.2.12.1: #i90100# ambigous Reference during ENABLE_PCH build
Diffstat (limited to 'accessibility/source/standard/floatingwindowaccessible.cxx')
-rw-r--r-- | accessibility/source/standard/floatingwindowaccessible.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/accessibility/source/standard/floatingwindowaccessible.cxx b/accessibility/source/standard/floatingwindowaccessible.cxx index f78a620a2..00e745804 100644 --- a/accessibility/source/standard/floatingwindowaccessible.cxx +++ b/accessibility/source/standard/floatingwindowaccessible.cxx @@ -1,14 +1,14 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: floatingwindowaccessible.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * @@ -28,6 +28,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_accessibility.hxx" #include <floatingwindowaccessible.hxx> @@ -43,13 +45,13 @@ namespace AccessibleRelationType = ::com::sun::star::accessibility::AccessibleRe //------------------------------------------------------------------- -FloatingWindowAccessible::FloatingWindowAccessible(VCLXWindow* pWindow) : +FloatingWindowAccessible::FloatingWindowAccessible(VCLXWindow* pWindow) : VCLXAccessibleComponent(pWindow) { } //------------------------------------------------------------------- - + FloatingWindowAccessible::~FloatingWindowAccessible() { } @@ -70,4 +72,3 @@ void FloatingWindowAccessible::FillAccessibleRelationSet(utl::AccessibleRelation } } } - |