summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/Exception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/jdbc/Exception.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/Exception.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/drivers/jdbc/Exception.cxx b/connectivity/source/drivers/jdbc/Exception.cxx
index da6ceb0b19e0..ba65dab09b3b 100644
--- a/connectivity/source/drivers/jdbc/Exception.cxx
+++ b/connectivity/source/drivers/jdbc/Exception.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.
@@ -46,3 +47,4 @@ jclass java_lang_Exception::getMyClass() const
return theClass;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */