Code

OCAL. Fix for Bug #638844 (Errors printed to console if openclipart search fails).
[inkscape.git] / src / display / nr-filter-utils.cpp
1 #include "nr-filter-utils.h"
3 namespace Inkscape {
4 namespace Filters {
6 /* Everything moved to .h, because they were short functions that should
7  * get inlined */
9 } /* namespace Filters */
10 } /* namespace Inkscape */
12 /*
13   Local Variables:
14   mode:c++
15   c-file-style:"stroustrup"
16   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
17   indent-tabs-mode:nil
18   fill-column:99
19   End:
20 */
21 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :