diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-11 09:41:30 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-11 12:33:03 +0200 |
commit | ebe8dbe0fd45a274b4b9bfaab9fe46bb0441d6ec (patch) | |
tree | d4a8125ace3835761da40f652a2438e06f87a5f8 /wizards | |
parent | d5a31b221510a506a9c43d2c9f44c55405ce13fd (diff) |
java: remove unused methods
Change-Id: I1abc51f66bc7d7f7135bf5cdee4fae653b2837ec
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/form/FormDocument.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/wizards/com/sun/star/wizards/form/FormDocument.java b/wizards/com/sun/star/wizards/form/FormDocument.java index 55f4f9f011e3..c634f4eda9eb 100644 --- a/wizards/com/sun/star/wizards/form/FormDocument.java +++ b/wizards/com/sun/star/wizards/form/FormDocument.java @@ -439,19 +439,6 @@ public class FormDocument extends TextDocument return aFormSize; } - private Size getAvailableFormSize() - { - if (this.Name.equals(SOMAINFORM)) - { - setFormSize(getMainFormSize(curArrangement)); - } - else - { - setFormSize(getSubFormSize()); - } - return aFormSize; - } - public void setFormSize(Size _aSize) { aFormSize = _aSize; |