Rev 2111 | Rev 4026 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2111 | cbradney | 1 | /*************************************************************************** |
2 | begin : 2005 |
||
3 | copyright : (C) 2005 by Franz Schmid |
||
4 | email : Franz.Schmid@altmuehlnet.de |
||
5 | copyright : (C) 2005 by Craig Bradney |
||
6 | email : cbradney@zip.com.au |
||
7 | ***************************************************************************/ |
||
8 | |||
9 | /*************************************************************************** |
||
10 | * * |
||
11 | * ScApp program is free software; you can redistribute it and/or modify * |
||
12 | * it under the terms of the GNU General Public License as published by * |
||
13 | * the Free Software Foundation; either version 2 of the License, or * |
||
14 | * (at your option) any later version. * |
||
15 | * * |
||
16 | ***************************************************************************/ |
||
17 | |||
18 | #ifndef DOCUMENTCHECKER_H |
||
19 | #define DOCUMENTCHECKER_H |
||
20 | |||
2969 | craig | 21 | #include "scribusapi.h" |
2111 | cbradney | 22 | class ScribusDoc; |
23 | |||
2969 | craig | 24 | class SCRIBUS_API DocumentChecker |
2111 | cbradney | 25 | { |
26 | public: |
||
27 | void checkDocument(ScribusDoc *currDoc); |
||
28 | }; |
||
29 | |||
30 | #endif |