]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/bulletstrings.h
dont use pragma impementation and interface anymore
[lyx.git] / src / frontends / qt2 / bulletstrings.h
1 // -*- C++ -*-
2 /* This file is part of
3  * ======================================================
4  *
5  *           LyX, The Document Processor
6  *
7  *           Copyright 1995 Matthias Ettrich
8  *           Copyright 1995-2001 The LyX Team.
9  *
10  * ====================================================== */
11
12 #ifndef BULLET_STRINGS
13 #define BULLET_STRINGS
14
15
16 extern char const * bullets_standard[];
17 extern char const * bullets_amssymb[];
18 extern char const * bullets_psnfss1[];
19 extern char const * bullets_psnfss2[];
20 extern char const * bullets_psnfss3[];
21 extern char const * bullets_psnfss4[];
22 extern char const ** BulletPanels[];
23
24 #endif // BULLET_STRINGS