summaryrefslogtreecommitdiff
path: root/slideshow/test/testshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/test/testshape.cxx')
-rw-r--r--slideshow/test/testshape.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/slideshow/test/testshape.cxx b/slideshow/test/testshape.cxx
index ae5a9439a397..92fd95d466d4 100644
--- a/slideshow/test/testshape.cxx
+++ b/slideshow/test/testshape.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.
@@ -219,3 +220,5 @@ TestShapeSharedPtr createTestShape(const basegfx::B2DRange& rRect,
comphelper::make_shared_from_UNO(
new ImplTestShape(rRect,nPrio)) );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */