summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/guidcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/guidcontext.cxx')
-rw-r--r--oox/source/drawingml/guidcontext.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/drawingml/guidcontext.cxx b/oox/source/drawingml/guidcontext.cxx
index b53e33fcb746..d621152a139c 100644
--- a/oox/source/drawingml/guidcontext.cxx
+++ b/oox/source/drawingml/guidcontext.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.
@@ -48,3 +49,5 @@ void GuidContext::characters( const OUString& aChars ) throw ( SAXException, Run
}
} }
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */