Code

moving trunk for module inkscape
[inkscape.git] / src / ui / view / edit.cpp
1 /**
2  * \brief Empty file left in repo for current desktop.cpp
3  */
5 #ifdef HAVE_CONFIG_H
6 # include <config.h>
7 #endif
10 namespace Inkscape {
11 namespace UI {
12 namespace View {
15 } // namespace View
16 } // namespace UI
17 } // namespace Inkscape
19 /*
20   Local Variables:
21   mode:c++
22   c-file-style:"stroustrup"
23   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
24   indent-tabs-mode:nil
25   fill-column:99
26   End:
27 */
28 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :