summaryrefslogtreecommitdiffstats
path: root/svtools/source/filter.vcl/filter/gradwrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/filter.vcl/filter/gradwrap.cxx')
-rw-r--r--svtools/source/filter.vcl/filter/gradwrap.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/filter.vcl/filter/gradwrap.cxx b/svtools/source/filter.vcl/filter/gradwrap.cxx
index be5dade03313..d1afb0dd743c 100644
--- a/svtools/source/filter.vcl/filter/gradwrap.cxx
+++ b/svtools/source/filter.vcl/filter/gradwrap.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.
@@ -568,3 +569,5 @@ void GradientWrapper::WriteRectGradient(const Rectangle& rRect,
aDrawPolyRecordHdl.Call(&aPoly);
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */