lyx_mirror/src/frontends/qt2/bulletstrings.h

25 lines
647 B
C
Raw Normal View History

// -*- C++ -*-
/* This file is part of
* ======================================================
*
* LyX, The Document Processor
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
#ifndef BULLET_STRINGS
#define BULLET_STRINGS
extern char const * bullets_standard[];
extern char const * bullets_amssymb[];
extern char const * bullets_psnfss1[];
extern char const * bullets_psnfss2[];
extern char const * bullets_psnfss3[];
extern char const * bullets_psnfss4[];
extern char const ** BulletPanels[];
#endif // BULLET_STRINGS