diff options
Diffstat (limited to 'unoxml/source/service')
-rw-r--r-- | unoxml/source/service/services.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unoxml/source/service/services.cxx b/unoxml/source/service/services.cxx index 218015852c83..00cb14c00cc4 100644 --- a/unoxml/source/service/services.cxx +++ b/unoxml/source/service/services.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. @@ -151,3 +152,5 @@ component_getFactory(const sal_Char *pImplementationName, void *pServiceManager, } } // extern "C" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |