summaryrefslogtreecommitdiff
path: root/forms/source/component/Columns.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Columns.hxx')
-rw-r--r--forms/source/component/Columns.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/component/Columns.hxx b/forms/source/component/Columns.hxx
index dcb6617857ff..6da907945a92 100644
--- a/forms/source/component/Columns.hxx
+++ b/forms/source/component/Columns.hxx
@@ -37,14 +37,14 @@
using namespace comphelper;
-//.........................................................................
+
namespace frm
{
-//.........................................................................
-//==================================================================
+
+
// OGridColumn
-//==================================================================
+
typedef ::cppu::WeakAggComponentImplHelper2 < ::com::sun::star::lang::XUnoTunnel
, ::com::sun::star::util::XCloneable > OGridColumn_BASE;
class OGridColumn :public ::comphelper::OBaseMutex
@@ -203,8 +203,8 @@ DECL_COLUMN(FormattedFieldColumn)
#endif // INCLUDED_FORMS_SOURCE_COMPONENT_COLUMNS_HXX
-//.........................................................................
+
} // namespace frm
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */