diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-08 11:15:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-13 08:49:22 +0200 |
commit | 14d1a11ec4a7ed0deeac522403248536e8d23f57 (patch) | |
tree | 6a976bf53992c68a46472199e5fb494339899ae6 /forms | |
parent | cd0bbdaf379d646c94e6771f3358d7e3a8f206ad (diff) |
java: reduce scope, make constructors private
found by UCDetector
Change-Id: If05277fd2fe77ceabb4c7c87aeb8569e3406102d
Diffstat (limited to 'forms')
-rw-r--r-- | forms/qa/integration/forms/FormComponent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/qa/integration/forms/FormComponent.java b/forms/qa/integration/forms/FormComponent.java index d6ea10d3bb6e..51f92a142aba 100644 --- a/forms/qa/integration/forms/FormComponent.java +++ b/forms/qa/integration/forms/FormComponent.java @@ -61,7 +61,7 @@ public class FormComponent } /* ------------------------------------------------------------------ */ - public FormComponent( Object element ) + private FormComponent( Object element ) { m_component = element; m_nameAccess = UnoRuntime.queryInterface( |