summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/documenteventnotifier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/dataaccess/documenteventnotifier.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/documenteventnotifier.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/core/dataaccess/documenteventnotifier.hxx b/dbaccess/source/core/dataaccess/documenteventnotifier.hxx
index 870f5decf984..c92064aabbc7 100644
--- a/dbaccess/source/core/dataaccess/documenteventnotifier.hxx
+++ b/dbaccess/source/core/dataaccess/documenteventnotifier.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.
@@ -40,10 +41,8 @@ namespace cppu
class OWeakObject;
}
-//........................................................................
namespace dbaccess
{
-//........................................................................
class DocumentEventNotifier_Impl;
//====================================================================
@@ -137,8 +136,8 @@ namespace dbaccess
::rtl::Reference< DocumentEventNotifier_Impl > m_pImpl;
};
-//........................................................................
} // namespace dbaccess
-//........................................................................
#endif // DBACCESS_DOCUMENTEVENTNOTIFIER_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */