diff options
Diffstat (limited to 'shell/source/backends/macbe/macbackend.cxx')
-rw-r--r-- | shell/source/backends/macbe/macbackend.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/source/backends/macbe/macbackend.cxx b/shell/source/backends/macbe/macbackend.cxx index 2d4eb169be..3e32b59a25 100644 --- a/shell/source/backends/macbe/macbackend.cxx +++ b/shell/source/backends/macbe/macbackend.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. @@ -497,3 +498,5 @@ uno::Sequence<rtl::OUString> SAL_CALL MacOSXBackend::getSupportedServiceNames(vo { return getBackendServiceNames(); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |