summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java')
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java b/wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java
index f4dc340b004d..8a4027033603 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java
@@ -23,7 +23,7 @@ import com.sun.star.report.XFixedText;
public class SectionLabel extends SectionObject
{
- protected SectionLabel(XFixedText _aFixedText)
+ private SectionLabel(XFixedText _aFixedText)
{
m_aParentObject = _aFixedText;
}