summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/api/ReportVisitor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/api/ReportVisitor.cxx')
-rw-r--r--reportdesign/source/core/api/ReportVisitor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/api/ReportVisitor.cxx b/reportdesign/source/core/api/ReportVisitor.cxx
index 8ee97e2369c9..d0c17ef9b69f 100644
--- a/reportdesign/source/core/api/ReportVisitor.cxx
+++ b/reportdesign/source/core/api/ReportVisitor.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -48,7 +48,7 @@ void OReportVisitor::start(const uno::Reference< report::XReportDefinition>& _xR
m_pTraverseReport->traversePageHeader(_xReportDefinition->getPageHeader());
if ( _xReportDefinition->getReportHeaderOn() )
m_pTraverseReport->traverseReportHeader(_xReportDefinition->getReportHeader());
-
+
uno::Reference< report::XGroups > xGroups = _xReportDefinition->getGroups();
m_pTraverseReport->traverseGroups(xGroups);
const sal_Int32 nCount = xGroups->getCount();