summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoutl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdoutl.cxx')
-rw-r--r--svx/source/svdraw/svdoutl.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdoutl.cxx b/svx/source/svdraw/svdoutl.cxx
index 9e5e37dec013..0f830f0999c3 100644
--- a/svx/source/svdraw/svdoutl.cxx
+++ b/svx/source/svdraw/svdoutl.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.
@@ -130,3 +131,5 @@ const SdrTextObj* SdrOutliner::GetTextObj() const
else
return 0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */