summaryrefslogtreecommitdiffstats
path: root/vcl/unx/kde4/KDESalGraphics.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde4/KDESalGraphics.hxx')
-rw-r--r--vcl/unx/kde4/KDESalGraphics.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/unx/kde4/KDESalGraphics.hxx b/vcl/unx/kde4/KDESalGraphics.hxx
index 0bce1700f1fc..c6856670b1fe 100644
--- a/vcl/unx/kde4/KDESalGraphics.hxx
+++ b/vcl/unx/kde4/KDESalGraphics.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.
@@ -110,4 +111,5 @@ class KDESalGraphics : public X11SalGraphics
const ImplControlValue& aValue,
const rtl::OUString& aCaption,
Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion );
-}; \ No newline at end of file
+};
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */