summaryrefslogtreecommitdiffstats
path: root/svtools/source/filter.vcl/ixpm/rgbtable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/filter.vcl/ixpm/rgbtable.hxx')
-rw-r--r--svtools/source/filter.vcl/ixpm/rgbtable.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/filter.vcl/ixpm/rgbtable.hxx b/svtools/source/filter.vcl/ixpm/rgbtable.hxx
index afdab883b369..f3506a1d0465 100644
--- a/svtools/source/filter.vcl/ixpm/rgbtable.hxx
+++ b/svtools/source/filter.vcl/ixpm/rgbtable.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.
@@ -693,3 +694,5 @@ static XPMRGBTab pRGBTable[] = {
{ "LightGreen", 144, 238, 144 },
{ NULL, 0 , 0, 0}
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */