X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ffile.h;h=ce75a61a7cfff5f0a689bd0574a343a1b1837d2d;hb=bd2dcf193883cbaf5c165835f9bac5c22b24cd71;hp=e90e555bb11d09dcad7191c71a334ea5e0b2a980;hpb=9792dba52e63007971eb93670e2ea2fb5e1e289b;p=inkscape.git diff --git a/src/file.h b/src/file.h index e90e555bb..ce75a61a7 100644 --- a/src/file.h +++ b/src/file.h @@ -196,13 +196,16 @@ void sp_file_print_preview (gpointer object, gpointer data); void sp_file_vacuum (); -namespace Inkscape { -namespace IO { - -void fixupHrefs( SPDocument *doc, const gchar *uri, gboolean spns ); - -} -} +#endif -#endif +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vi: set autoindent shiftwidth=4 tabstop=8 filetype=cpp expandtab softtabstop=4 encoding=utf-8 textwidth=99 :