summaryrefslogtreecommitdiff
path: root/oox/source/xls/drawingbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/xls/drawingbase.cxx')
-rw-r--r--[-rwxr-xr-x]oox/source/xls/drawingbase.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/xls/drawingbase.cxx b/oox/source/xls/drawingbase.cxx
index a8629d3c0a54..3369ba9f7e65 100755..100644
--- a/oox/source/xls/drawingbase.cxx
+++ b/oox/source/xls/drawingbase.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.
@@ -323,3 +324,5 @@ EmuPoint ShapeAnchor::calcCellAnchorEmu( const CellAnchorModel& rModel ) const
} // namespace xls
} // namespace oox
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */