diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-20 13:46:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-07 13:20:00 +0200 |
commit | 831051f55e22e909cc140e3ec4d1aae282a92fcd (patch) | |
tree | fd0d56224eb6c0f6ba102b4ad69a65c1115a8be5 /qadevOOo/tests/java/ifc | |
parent | 222505c41f32eb39598243e319c6c4c95a851f27 (diff) |
java: remove useless overriding methods
that only call their superclass method
Change-Id: I9be2f69be132eec7918964f504c50df0ae8401a2
Diffstat (limited to 'qadevOOo/tests/java/ifc')
-rw-r--r-- | qadevOOo/tests/java/ifc/style/_PageStyle.java | 19 |
1 files changed, 0 insertions, 19 deletions
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(); - } } |