summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno/unodoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uno/unodoc.cxx')
-rw-r--r--sw/source/ui/uno/unodoc.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/uno/unodoc.cxx b/sw/source/ui/uno/unodoc.cxx
index 3558b5391a06..6ade8ba601e8 100644
--- a/sw/source/ui/uno/unodoc.cxx
+++ b/sw/source/ui/uno/unodoc.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.
@@ -126,3 +127,4 @@ uno::Reference< uno::XInterface > SAL_CALL SwGlobalDocument_createInstance(
return uno::Reference< uno::XInterface >( pShell->GetModel() );
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */