summaryrefslogtreecommitdiff
path: root/package/source/manifest/ManifestReader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/manifest/ManifestReader.hxx')
-rw-r--r--package/source/manifest/ManifestReader.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/source/manifest/ManifestReader.hxx b/package/source/manifest/ManifestReader.hxx
index 56ccbc4bf577..7454e26b0e98 100644
--- a/package/source/manifest/ManifestReader.hxx
+++ b/package/source/manifest/ManifestReader.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.
@@ -67,3 +68,5 @@ public:
static ::com::sun::star::uno::Reference < com::sun::star::lang::XSingleServiceFactory > createServiceFactory( com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > const & rServiceFactory );
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */