summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/api/Group.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/api/Group.cxx')
-rw-r--r--reportdesign/source/core/api/Group.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/reportdesign/source/core/api/Group.cxx b/reportdesign/source/core/api/Group.cxx
index 7344d3a61268..0a1f7ce6554f 100644
--- a/reportdesign/source/core/api/Group.cxx
+++ b/reportdesign/source/core/api/Group.cxx
@@ -30,10 +30,10 @@
#include <cppuhelper/supportsservice.hxx>
#include "Functions.hxx"
-// =============================================================================
+
namespace reportdesign
{
-// =============================================================================
+
using namespace com::sun::star;
using namespace comphelper;
@@ -52,7 +52,7 @@ OGroup::OGroup(const uno::Reference< report::XGroups >& _xParent
}
// TODO: VirtualFunctionFinder: This is virtual function!
-//
+
OGroup::~OGroup()
{
}
@@ -105,7 +105,7 @@ void SAL_CALL OGroup::dispose() throw(uno::RuntimeException)
}
// TODO: VirtualFunctionFinder: This is virtual function!
-//
+
void SAL_CALL OGroup::disposing()
{
m_xHeader.clear();
@@ -330,8 +330,8 @@ uno::Reference< report::XFunctions > SAL_CALL OGroup::getFunctions() throw (uno:
{
return m_xFunctions;
}
-// =============================================================================
+
} // namespace reportdesign
-// =============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */