Introduce tabbed area.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / widgets / StyledControl.java
index b085fdf9ce770ddceded5c63650b61d86ce0d8a8..9d7037c25a9ef315427eb0e0624d474c17fc1f01 100644 (file)
@@ -29,11 +29,11 @@ public abstract class StyledControl extends JcrComposite implements CmsConstants
                setLayout(CmsUiUtils.noSpaceGridLayout());
        }
 
-       public StyledControl(Composite parent, int style, Item item) throws RepositoryException {
+       public StyledControl(Composite parent, int style, Item item) {
                super(parent, style, item);
        }
 
-       public StyledControl(Composite parent, int style, Item item, boolean cacheImmediately) throws RepositoryException {
+       public StyledControl(Composite parent, int style, Item item, boolean cacheImmediately) {
                super(parent, style, item, cacheImmediately);
        }