summaryrefslogtreecommitdiffstats
path: root/src/attribute-rel-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/attribute-rel-util.h')
-rw-r--r--src/attribute-rel-util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/attribute-rel-util.h b/src/attribute-rel-util.h
index 604987779..b8b1f6875 100644
--- a/src/attribute-rel-util.h
+++ b/src/attribute-rel-util.h
@@ -68,6 +68,11 @@ Glib::ustring sp_attribute_clean_style(Node *repr, gchar const *string, unsigned
void sp_attribute_clean_style(Node* repr, SPCSSAttr *css, unsigned int flags);
/**
+ * Remove CSS style properties with default values.
+ */
+void sp_attribute_purge_default_style(SPCSSAttr *css, unsigned int flags);
+
+/**
* Check one attribute on an element
*/
bool sp_attribute_check_attribute(Glib::ustring element, Glib::ustring id, Glib::ustring attribute, bool warn);