Code

moving trunk for module inkscape
[inkscape.git] / src / dialogs / export.h
1 #ifndef SP_EXPORT_H
2 #define SP_EXPORT_H
4 /**
5  * \brief text-edit
6  *
7  * Text editing and font changes
8  *
9  */
11 void sp_export_dialog (void);
13 #endif
15 /*
16   Local Variables:
17   mode:c++
18   c-file-style:"stroustrup"
19   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
20   indent-tabs-mode:nil
21   fill-column:99
22   End:
23 */
24 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :