summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/TKey.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/TKey.cxx')
-rwxr-xr-x[-rw-r--r--]connectivity/source/commontools/TKey.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/commontools/TKey.cxx b/connectivity/source/commontools/TKey.cxx
index 464335aa7b44..fa67a745f2bb 100644..100755
--- a/connectivity/source/commontools/TKey.cxx
+++ b/connectivity/source/commontools/TKey.cxx
@@ -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.
@@ -39,7 +40,6 @@
using namespace connectivity;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
-// using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
@@ -117,3 +117,4 @@ void OTableKeyHelper::refreshColumns()
}
// -----------------------------------------------------------------------------
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */