Introduce publishing styles.
[gpl/argeo-suite.git] / publishing / org.argeo.publishing.ui / src / org / argeo / docbook / ui / DocumentTextEditor.java
index 9dc7e1002dea7e68d91f6f4eb1a28532b5a05f75..7bb5132e35bff8b00da88815240edc7536781df3 100644 (file)
@@ -13,8 +13,7 @@ import org.eclipse.swt.widgets.Composite;
 public class DocumentTextEditor extends AbstractDbkViewer {
        private static final long serialVersionUID = 6049661610883342325L;
 
 public class DocumentTextEditor extends AbstractDbkViewer {
        private static final long serialVersionUID = 6049661610883342325L;
 
-       public DocumentTextEditor(Composite parent, int style, Node textNode, CmsEditable cmsEditable)
-                       throws RepositoryException {
+       public DocumentTextEditor(Composite parent, int style, Node textNode, CmsEditable cmsEditable) {
                super(new TextSection(parent, style, textNode), style, cmsEditable);
                refresh();
                getMainSection().setLayoutData(CmsUiUtils.fillWidth());
                super(new TextSection(parent, style, textNode), style, cmsEditable);
                refresh();
                getMainSection().setLayoutData(CmsUiUtils.fillWidth());