Improve DocBook support.
[gpl/argeo-suite.git] / publishing / org.argeo.publishing.ui / src / org / argeo / docbook / ui / CustomDbkEditor.java
index 801cd1c2981ec6e00cf72fd827fb30172b775abb..561b1e13b7e24d0412f392eeb4e808442c894542 100644 (file)
@@ -13,12 +13,11 @@ import org.eclipse.swt.widgets.Composite;
 public class CustomDbkEditor extends AbstractDbkViewer {
        private static final long serialVersionUID = 656302500183820802L;
 
-       protected CustomDbkEditor(Composite parent, int style, Node textNode, CmsEditable cmsEditable) {
+       public CustomDbkEditor(Composite parent, int style, Node textNode, CmsEditable cmsEditable) {
                this(new Section(parent, style, textNode), style, cmsEditable);
        }
 
-       protected CustomDbkEditor(Section parent, int style, CmsEditable cmsEditable) {
+       public CustomDbkEditor(Section parent, int style, CmsEditable cmsEditable) {
                super(parent, style, cmsEditable);
        }
-
 }