summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/reportbuilder/layout/SectionTextField.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/reportbuilder/layout/SectionTextField.java')
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/SectionTextField.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/SectionTextField.java b/wizards/com/sun/star/wizards/reportbuilder/layout/SectionTextField.java
index fae7d9a2fe37..46a42a0bd2a9 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/SectionTextField.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/SectionTextField.java
@@ -23,7 +23,7 @@ import com.sun.star.report.XFormattedField;
public class SectionTextField extends SectionObject
{
- protected SectionTextField(XFormattedField _aFormattedField)
+ private SectionTextField(XFormattedField _aFormattedField)
{
m_aParentObject = _aFormattedField;
// We would like to know, what properties are in this object.