summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/evtlstnr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/plugin/base/evtlstnr.cxx')
-rw-r--r--extensions/source/plugin/base/evtlstnr.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/source/plugin/base/evtlstnr.cxx b/extensions/source/plugin/base/evtlstnr.cxx
index fda829f99b72..d01844aadff6 100644
--- a/extensions/source/plugin/base/evtlstnr.cxx
+++ b/extensions/source/plugin/base/evtlstnr.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.
@@ -28,6 +29,12 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_extensions.hxx"
+#ifdef AIX
+#define _LINUX_SOURCE_COMPAT
+#include <sys/timer.h>
+#undef _LINUX_SOURCE_COMPAT
+#endif
+
#if STLPORT_VERSION>=321
#include <cstdarg>
#endif
@@ -62,3 +69,5 @@ void PluginEventListener::disposing( const ::com::sun::star::lang::EventObject&
NPRES_DONE,
m_pNotifyData );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */