summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/ReportComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/ReportComponent.hxx')
-rw-r--r--reportdesign/source/core/inc/ReportComponent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/core/inc/ReportComponent.hxx b/reportdesign/source/core/inc/ReportComponent.hxx
index 36bd9b80e5d6..11c12d3df665 100644
--- a/reportdesign/source/core/inc/ReportComponent.hxx
+++ b/reportdesign/source/core/inc/ReportComponent.hxx
@@ -56,7 +56,7 @@ namespace reportdesign
::sal_Int32 m_nPosY;
::sal_Int32 m_nBorderColor;
::sal_Int16 m_nBorder;
- ::sal_Bool m_bPrintRepeatedValues;
+ sal_Bool m_bPrintRepeatedValues;
OReportComponentProperties(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & _xContext
)