summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/idxf/dxfvec.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/idxf/dxfvec.hxx')
-rw-r--r--filter/source/graphicfilter/idxf/dxfvec.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/graphicfilter/idxf/dxfvec.hxx b/filter/source/graphicfilter/idxf/dxfvec.hxx
index 2f7734e5277f..3edc2d053294 100644
--- a/filter/source/graphicfilter/idxf/dxfvec.hxx
+++ b/filter/source/graphicfilter/idxf/dxfvec.hxx
@@ -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.
@@ -259,3 +260,5 @@ inline BOOL DXFVector::operator != (const DXFVector & rV) const
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */