summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/style/_PageStyle.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/style/_PageStyle.java')
-rw-r--r--qadevOOo/tests/java/ifc/style/_PageStyle.java19
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();
- }
}