summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/columnsettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/columnsettings.hxx')
-rw-r--r--dbaccess/source/core/inc/columnsettings.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/core/inc/columnsettings.hxx b/dbaccess/source/core/inc/columnsettings.hxx
index c9f6fa5b1cda..c407b60820a8 100644
--- a/dbaccess/source/core/inc/columnsettings.hxx
+++ b/dbaccess/source/core/inc/columnsettings.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
@@ -31,10 +32,8 @@
#include <com/sun/star/beans/XPropertySet.hpp>
/** === end UNO includes === **/
-//........................................................................
namespace dbaccess
{
-//........................................................................
// TODO: move the following to comphelper/propertycontainerhelper.hxx
class IPropertyContainer
@@ -102,8 +101,8 @@ namespace dbaccess
static bool hasDefaultSettings( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColumn );
};
-//........................................................................
} // namespace dbaccess
-//........................................................................
#endif // COLUMNSETTINGS_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */