summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ipict/shape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/ipict/shape.hxx')
-rw-r--r--filter/source/graphicfilter/ipict/shape.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/graphicfilter/ipict/shape.hxx b/filter/source/graphicfilter/ipict/shape.hxx
index 635a7cf06c1e..d5f83b0f5cee 100644
--- a/filter/source/graphicfilter/ipict/shape.hxx
+++ b/filter/source/graphicfilter/ipict/shape.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.
@@ -58,3 +59,5 @@ namespace PictReaderShape {
*/
void drawArc(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, const double& angle1, const double& angle2, Size const &pSize);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */