summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbapalette.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbapalette.cxx')
-rw-r--r--sw/source/ui/vba/vbapalette.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbapalette.cxx b/sw/source/ui/vba/vbapalette.cxx
index 12554e792e5e..61e69d4ea9f1 100644
--- a/sw/source/ui/vba/vbapalette.cxx
+++ b/sw/source/ui/vba/vbapalette.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include "vbapalette.hxx"
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
@@ -73,3 +74,4 @@ VbaPalette::getPalette() const
return mxPalette;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */