X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms.ui%2Fsrc%2Forg%2Fargeo%2Fcms%2Fui%2Fwidgets%2FStyledControl.java;h=9d7037c25a9ef315427eb0e0624d474c17fc1f01;hb=32315b6eea1e2284e4269536b5fb7fee8cc03b8d;hp=b085fdf9ce770ddceded5c63650b61d86ce0d8a8;hpb=1dc46dee88aa3063f65794bfcc86ed12d2be5ed6;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms.ui/src/org/argeo/cms/ui/widgets/StyledControl.java b/org.argeo.cms.ui/src/org/argeo/cms/ui/widgets/StyledControl.java index b085fdf9c..9d7037c25 100644 --- a/org.argeo.cms.ui/src/org/argeo/cms/ui/widgets/StyledControl.java +++ b/org.argeo.cms.ui/src/org/argeo/cms/ui/widgets/StyledControl.java @@ -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); }