Code

get rid of a lot of no longer needed "libnr/nr-..." includes.
[inkscape.git] / src / dialogs / xml-tree.h
1 /** @file
2  * @brief XML tree editing dialog for Inkscape
3  */
4 /* Copyright Lauris Kaplinski, 2000
5  *
6  * Released under GNU General Public License.
7  *
8  * This is XML tree editor, which allows direct modifying of all elements
9  *   of Inkscape document, including foreign ones.
10  *
11  */
13 #ifndef SEEN_DIALOGS_XML_TREE_H
14 #define SEEN_DIALOGS_XML_TREE_H
16 void sp_xml_tree_dialog (void);
18 #endif
20 /*
21   Local Variables:
22   mode:c++
23   c-file-style:"stroustrup"
24   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
25   indent-tabs-mode:nil
26   fill-column:99
27   End:
28 */
29 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :