2005-03-18 04:29:39 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2011-05-27 22:37:24 +00:00
|
|
|
/* vim: set ts=2 et sw=2 tw=80: */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2005-03-18 04:29:39 +00:00
|
|
|
|
2012-06-10 23:37:47 +00:00
|
|
|
#ifndef __nsXULListboxAccessibleWrap_h__
|
|
|
|
#define __nsXULListboxAccessibleWrap_h__
|
2005-03-18 04:29:39 +00:00
|
|
|
|
2012-06-10 23:37:47 +00:00
|
|
|
#include "nsXULListboxAccessible.h"
|
2009-09-11 01:07:56 +00:00
|
|
|
|
2012-06-10 23:37:47 +00:00
|
|
|
typedef class nsXULListboxAccessible nsXULListboxAccessibleWrap;
|
|
|
|
typedef class nsXULListCellAccessible nsXULListCellAccessibleWrap;
|
2005-03-18 04:29:39 +00:00
|
|
|
|
|
|
|
#endif
|