2003-05-19 09:07:41 +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/. */
|
2003-05-19 09:07:41 +00:00
|
|
|
|
|
|
|
#ifndef _nsTextAccessibleWrap_H_
|
|
|
|
#define _nsTextAccessibleWrap_H_
|
|
|
|
|
|
|
|
#include "nsTextAccessible.h"
|
2006-06-21 13:29:10 +00:00
|
|
|
|
|
|
|
typedef class nsTextAccessible nsTextAccessibleWrap;
|
2003-05-19 09:07:41 +00:00
|
|
|
|
|
|
|
#endif
|