summaryrefslogtreecommitdiff
path: root/sc/source/core/data/userdat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/userdat.cxx')
-rw-r--r--sc/source/core/data/userdat.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/data/userdat.cxx b/sc/source/core/data/userdat.cxx
index 466e83b15fad..443d056a77f7 100644
--- a/sc/source/core/data/userdat.cxx
+++ b/sc/source/core/data/userdat.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.
@@ -125,3 +126,4 @@ SdrObjUserData* ScMacroInfo::Clone( SdrObject* /*pObj*/ ) const
return new ScMacroInfo( *this );
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */