From 5524dbf7a2b66907cfa72181bfdeb44e268e5718 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Thu, 19 Jun 2014 14:42:24 +0200 Subject: EHTMLEditor - Make functions that remove quote and wrap elements public Use them whenever it's possible and remove their duplicates from EHTMLEditorView. --- e-util/e-html-editor-selection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-html-editor-selection.h') diff --git a/e-util/e-html-editor-selection.h b/e-util/e-html-editor-selection.h index 104a1a43d7..1501687d49 100644 --- a/e-util/e-html-editor-selection.h +++ b/e-util/e-html-editor-selection.h @@ -245,6 +245,8 @@ EHTMLEditorSelectionBlockFormat EHTMLEditorSelectionAlignment e_html_editor_selection_get_list_alignment_from_node (WebKitDOMNode *node); +void remove_wrapping_from_element (WebKitDOMElement *element); +void remove_quoting_from_element (WebKitDOMElement *element); G_END_DECLS #endif /* E_HTML_EDITOR_SELECTION_H */ -- cgit v1.2.3