Support for docbook image object.
[gpl/argeo-suite.git] / publishing / org.argeo.publishing.ui / src / org / argeo / docbook / ui / DocBookSectionTitle.java
index 587bc852adfb07041fcf67e5f9be06ce53ff299b..61a91641e4550aba2bcae83a388004be6e551823 100644 (file)
@@ -20,6 +20,7 @@ public class DocBookSectionTitle extends EditableText implements EditablePart, N
                section = (TextSection) TextSection.findSection(this);
        }
 
+//     @Override
        public TextSection getSection() {
                return section;
        }
@@ -29,6 +30,11 @@ public class DocBookSectionTitle extends EditableText implements EditablePart, N
                return getNode();
        }
 
+//     @Override
+//     public String getPartId() {
+//             return getNodeId();
+//     }
+
 //     @Override
 //     protected void setControlLayoutData(Control control) {
 //             super.setControlLayoutData(control);