diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2015-08-23 07:08:26 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2015-08-23 07:08:26 +0000 |
| commit | 6f182411f0349e1ccc4df8fd0ca3a609331ab90b (patch) | |
| tree | de19644e0edda66e3690000fffa8f2b42641e835 /src | |
| parent | Remove remnants of r4454 (ige-mac-menu), no longer needed after r10950. (diff) | |
| download | inkscape-6f182411f0349e1ccc4df8fd0ca3a609331ab90b.tar.gz inkscape-6f182411f0349e1ccc4df8fd0ca3a609331ab90b.zip | |
Add 'inkscape:_templateinfo' back to sp-factory.cpp (got lost in r13940).
(bzr r14318)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-factory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-factory.cpp b/src/sp-factory.cpp index 84329eaaf..20472d425 100644 --- a/src/sp-factory.cpp +++ b/src/sp-factory.cpp @@ -294,6 +294,8 @@ SPObject *SPFactory::createObject(std::string const& id) {} else if (id == "inkscape:clipboard") // SP node not necessary {} + else if (id == "inkscape:_templateinfo") // ? + {} else if (id.empty()) // comments {} else { |
