summaryrefslogtreecommitdiffstats
path: root/src/extension/paramenum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/paramenum.cpp')
-rw-r--r--src/extension/paramenum.cpp14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/extension/paramenum.cpp b/src/extension/paramenum.cpp
index 85656343d..849447427 100644
--- a/src/extension/paramenum.cpp
+++ b/src/extension/paramenum.cpp
@@ -126,8 +126,8 @@ ParamComboBox::set (const gchar * in, SPDocument * doc, Inkscape::XML::Node * no
/**
- \brief A function to get the currentpage and the parameters in a string form
- \return A string with the 'value' and all the parameters on all pages as command line arguments
+ \brief A function to get the value of the parameter in string form
+ \return A string with the 'value' as command line argument
*/
Glib::ustring *
ParamComboBox::string (void)
@@ -206,13 +206,3 @@ ParamComboBox::get_widget (SPDocument * doc, Inkscape::XML::Node * node)
} /* namespace Extension */
} /* namespace Inkscape */
-/*
- 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 :