summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/hsqldb/HStorageMap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/hsqldb/HStorageMap.hxx')
-rw-r--r--connectivity/source/inc/hsqldb/HStorageMap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/hsqldb/HStorageMap.hxx b/connectivity/source/inc/hsqldb/HStorageMap.hxx
index 47cb4781c72a..5f94b03617da 100644
--- a/connectivity/source/inc/hsqldb/HStorageMap.hxx
+++ b/connectivity/source/inc/hsqldb/HStorageMap.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.
@@ -33,9 +34,7 @@
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XSeekable.hpp>
-#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
#include <boost/shared_ptr.hpp>
-#endif
#include <comphelper/stl_types.hxx>
#include <jni.h>
//........................................................................
@@ -92,3 +91,4 @@ namespace connectivity
//........................................................................
#endif // CONNECTIVI_HSQLDB_HSTORAGEMAP_HXX
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */