summaryrefslogtreecommitdiff
path: root/toolkit/source/layout/core/factory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/layout/core/factory.cxx')
-rw-r--r--toolkit/source/layout/core/factory.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/source/layout/core/factory.cxx b/toolkit/source/layout/core/factory.cxx
index db9616a8cc77..2e1c7012b8e0 100644
--- a/toolkit/source/layout/core/factory.cxx
+++ b/toolkit/source/layout/core/factory.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.
@@ -148,3 +149,5 @@ uno::Reference< uno::XInterface > SAL_CALL LayoutFactory::createInstanceWithArgu
xInit->initialize( aArguments );
return layout;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */