Code

Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward header.
[inkscape.git] / src / xml / sp-css-attr.h
1 /*
2  * SPCSSAttr - interface for CSS Attributes 
3  *
4  * Copyright 2005 Kees Cook <kees@outflux.net>
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License
8  * as published by the Free Software Foundation; either version 2
9  * of the License, or (at your option) any later version.
10  *
11  * See the file COPYING for details.
12  *
13  */
15 #ifndef SEEN_INKSCAPE_XML_SP_SPCSSATTR_H
16 #define SEEN_INKSCAPE_XML_SP_SPCSSATTR_H
18 #include "xml/node.h"
20 class SPCSSAttr : virtual public Inkscape::XML::Node {
21 };
23 #endif
24 /*
25   Local Variables:
26   mode:c++
27   c-file-style:"stroustrup"
28   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
29   indent-tabs-mode:nil
30   fill-column:99
31   End:
32 */
33 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :