summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/documenteventexecutor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/dataaccess/documenteventexecutor.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/documenteventexecutor.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/core/dataaccess/documenteventexecutor.hxx b/dbaccess/source/core/dataaccess/documenteventexecutor.hxx
index 5705c5304bd7..c83a3e2886fd 100644
--- a/dbaccess/source/core/dataaccess/documenteventexecutor.hxx
+++ b/dbaccess/source/core/dataaccess/documenteventexecutor.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.
*
@@ -41,10 +42,8 @@ namespace comphelper
class ComponentContext;
}
-//........................................................................
namespace dbaccess
{
-//........................................................................
struct DocumentEventExecutor_Data;
//====================================================================
@@ -71,8 +70,8 @@ namespace dbaccess
::std::auto_ptr< DocumentEventExecutor_Data > m_pData;
};
-//........................................................................
} // namespace dbaccess
-//........................................................................
#endif // DBACCESS_DOCUMENTEVENTEXECUTOR_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */