From 831051f55e22e909cc140e3ec4d1aae282a92fcd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 20 Aug 2014 13:46:56 +0200 Subject: java: remove useless overriding methods that only call their superclass method Change-Id: I9be2f69be132eec7918964f504c50df0ae8401a2 --- qadevOOo/tests/java/ifc/style/_PageStyle.java | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/tests/java/ifc/style/_PageStyle.java b/qadevOOo/tests/java/ifc/style/_PageStyle.java index 64503469d1ff..ad3521e880c4 100644 --- a/qadevOOo/tests/java/ifc/style/_PageStyle.java +++ b/qadevOOo/tests/java/ifc/style/_PageStyle.java @@ -27,23 +27,4 @@ import ifc.style._PageProperties; */ public class _PageStyle extends _PageProperties { - /** - * This property is system dependent and printer dependent. - * Test is used from _PageProperties - * @see ifc.style._PageProperties - */ - @Override - public void _PrinterPaperTray() { - super._PrinterPaperTray(); - } - - /** - * Create some valid user defined attributes - * Test is used from _PageProperties - * @see ifc.style._PageProperties - */ - @Override - public void _UserDefinedAttributes() { - super._UserDefinedAttributes(); - } } -- cgit v1.2.3