summaryrefslogtreecommitdiffstats
path: root/src/extension/param/parameter.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-12-03 18:56:12 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-12-03 18:56:12 +0000
commit09d244908a254452273c730c93f406e1c7d8a198 (patch)
tree882d843df1a3a73036c493c89722a1d897d2e631 /src/extension/param/parameter.cpp
parentC++ cleanup on patch. (diff)
downloadinkscape-09d244908a254452273c730c93f406e1c7d8a198.tar.gz
inkscape-09d244908a254452273c730c93f406e1c7d8a198.zip
Extensions. Notebooks now work with internal extensions.
(bzr r9933)
Diffstat (limited to 'src/extension/param/parameter.cpp')
-rw-r--r--src/extension/param/parameter.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/extension/param/parameter.cpp b/src/extension/param/parameter.cpp
index 1347653a2..94260cc56 100644
--- a/src/extension/param/parameter.cpp
+++ b/src/extension/param/parameter.cpp
@@ -155,8 +155,6 @@ Parameter::make (Inkscape::XML::Node * in_repr, Inkscape::Extension::Extension *
return param;
}
-
-
/** \brief Wrapper to cast to the object and use it's function. */
bool
Parameter::get_bool (const SPDocument * doc, const Inkscape::XML::Node * node)
@@ -409,6 +407,13 @@ Parameter::string (std::list <std::string> &list)
return;
}
+/** \brief All the code in Notebook::get_param to get the notebook content */
+Parameter *
+Parameter::get_param(const gchar * name)
+{
+ return NULL;
+}
+
Glib::ustring const extension_pref_root = "/extensions/";
} /* namespace Extension */