summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-09-01 04:35:50 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-09-01 04:35:50 +0000
commit11f56ffd68a45bb0b181431022259af88bad4b6c (patch)
treedef26507a20eb61d1eb24604cef04ab2c8f9be79 /src
parent(bzr r3651) (diff)
downloadinkscape-11f56ffd68a45bb0b181431022259af88bad4b6c.tar.gz
inkscape-11f56ffd68a45bb0b181431022259af88bad4b6c.zip
r16441@tres: ted | 2007-08-30 20:44:39 -0700
Removing tabs. (bzr r3652)
Diffstat (limited to 'src')
-rw-r--r--src/extension/extension.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/extension/extension.h b/src/extension/extension.h
index 967dda2cf..b1171548b 100644
--- a/src/extension/extension.h
+++ b/src/extension/extension.h
@@ -43,10 +43,10 @@
/** Defines the key for Postscript printing */
#define SP_MODULE_KEY_PRINT_PS "org.inkscape.print.ps"
-#define SP_MODULE_KEY_PRINT_CAIRO_PS "org.inkscape.print.ps.cairo"
+#define SP_MODULE_KEY_PRINT_CAIRO_PS "org.inkscape.print.ps.cairo"
/** Defines the key for PDF printing */
#define SP_MODULE_KEY_PRINT_PDF "org.inkscape.print.pdf"
-#define SP_MODULE_KEY_PRINT_CAIRO_PDF "org.inkscape.print.pdf.cairo"
+#define SP_MODULE_KEY_PRINT_CAIRO_PDF "org.inkscape.print.pdf.cairo"
/** Defines the key for LaTeX printing */
#define SP_MODULE_KEY_PRINT_LATEX "org.inkscape.print.latex"
/** Defines the key for printing with GNOME Print */
@@ -131,7 +131,7 @@ private:
public:
/** An error class for when a parameter is called on a type it is not */
class param_wrong_type {};
- class param_not_color_param {};
+ class param_not_color_param {};
class param_not_enum_param {};
class param_not_string_param {};
class param_not_float_param {};
@@ -165,10 +165,10 @@ public:
const gchar * get_param_string (const gchar * name,
const SPDocument * doc = NULL,
const Inkscape::XML::Node * node = NULL);
- SPColor* get_param_color (const gchar * name,
+ SPColor* get_param_color (const gchar * name,
const SPDocument * doc = NULL,
const Inkscape::XML::Node * node = NULL);
- const gchar * get_param_enum (const gchar * name,
+ const gchar * get_param_enum (const gchar * name,
const SPDocument * doc = NULL,
const Inkscape::XML::Node * node = NULL);
bool set_param_bool (const gchar * name,
@@ -187,7 +187,7 @@ public:
const gchar * value,
SPDocument * doc = NULL,
Inkscape::XML::Node * node = NULL);
- SPColor* set_param_color (const gchar * name,
+ SPColor* set_param_color (const gchar * name,
SPColor* color,
SPDocument * doc = NULL,
Inkscape::XML::Node * node = NULL);