summaryrefslogtreecommitdiff
path: root/framework/inc/services/license.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/services/license.hxx')
-rw-r--r--framework/inc/services/license.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/framework/inc/services/license.hxx b/framework/inc/services/license.hxx
index 0d4f8735ce..edc704a5d4 100644
--- a/framework/inc/services/license.hxx
+++ b/framework/inc/services/license.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.
@@ -88,10 +89,6 @@ namespace framework
FWK_DECLARE_XTYPEPROVIDER
DECLARE_XSERVICEINFO
-#if 0
- DECL_STATIC_LINK( License, Terminate, void* );
-#endif
-
/*
XJob...
any execute([in] sequence< ::com::sun::star::beans::NamedValue > Arguments )
@@ -121,3 +118,5 @@ namespace framework
} // namespace framework
#endif // __FRAMEWORK_SERVICES_LAYOUTMANAGER_HXX_
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */