summaryrefslogtreecommitdiff
path: root/sal/rtl/source/unload.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/unload.cxx')
-rw-r--r--sal/rtl/source/unload.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/rtl/source/unload.cxx b/sal/rtl/source/unload.cxx
index ba31bd9c86f9..18bedabc9bd9 100644
--- a/sal/rtl/source/unload.cxx
+++ b/sal/rtl/source/unload.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.
@@ -415,3 +416,5 @@ static void rtl_notifyUnloadingListeners()
callbackFunc( it->second.second);
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */