summaryrefslogtreecommitdiffstats
path: root/src/id-clash.h
diff options
context:
space:
mode:
authorStephen Silver <sasilver@yahoo.com>2008-06-24 10:49:28 +0000
committersasilver <sasilver@users.sourceforge.net>2008-06-24 10:49:28 +0000
commit48d54d31775d7822ac5ab65614cd71f9a088b65f (patch)
tree60597f523326e0d5777ad033ffc7a6baf7436276 /src/id-clash.h
parentCmake: Add GSL to LIBS and Includes (diff)
downloadinkscape-48d54d31775d7822ac5ab65614cd71f9a088b65f.tar.gz
inkscape-48d54d31775d7822ac5ab65614cd71f9a088b65f.zip
Resolve ID clashes when pasting (fixes bug 165936).
(bzr r6048)
Diffstat (limited to 'src/id-clash.h')
-rw-r--r--src/id-clash.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/id-clash.h b/src/id-clash.h
new file mode 100644
index 000000000..418642738
--- /dev/null
+++ b/src/id-clash.h
@@ -0,0 +1,19 @@
+#ifndef SEEN_ID_CLASH_H
+#define SEEN_ID_CLASH_H
+
+#include "document.h"
+
+void prevent_id_clashes(SPDocument *imported_doc, SPDocument *current_doc);
+
+#endif /* !SEEN_ID_CLASH_H */
+
+/*
+ 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:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :