summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/commandcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/dataaccess/commandcontainer.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/commandcontainer.hxx14
1 files changed, 3 insertions, 11 deletions
diff --git a/dbaccess/source/core/dataaccess/commandcontainer.hxx b/dbaccess/source/core/dataaccess/commandcontainer.hxx
index 4528224ce24d..e1ff6b34357c 100644
--- a/dbaccess/source/core/dataaccess/commandcontainer.hxx
+++ b/dbaccess/source/core/dataaccess/commandcontainer.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.
@@ -28,22 +29,14 @@
#ifndef _DBA_COREDATAACCESS_COMMANDCONTAINER_HXX_
#define _DBA_COREDATAACCESS_COMMANDCONTAINER_HXX_
-#ifndef _DBA_CORE_DEFINITIONCONTAINER_HXX_
#include "definitioncontainer.hxx"
-#endif
-#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#endif
-#ifndef _CPPUHELPER_IMPLBASE1_HXX_
#include <cppuhelper/implbase1.hxx>
-#endif
-//........................................................................
namespace dbaccess
{
-//........................................................................
//==========================================================================
//= OCommandContainer
//==========================================================================
@@ -84,10 +77,9 @@ protected:
virtual ::rtl::OUString determineContentType() const;
};
-//........................................................................
} // namespace dbaccess
-//........................................................................
-#endif // _DBA_COREDATAACCESS_COMMANDCONTAINER_HXX_
+#endif // _DBA_COREDATAACCESS_COMMANDCONTAINER_HXX_
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */