summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/shapes/gdimtftools.cxx
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:51:52 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:57:43 +0200
commit80b08615105490fb3a8b9790f932d1f1a1ae2bce (patch)
tree75bedef0ceae70a7d8213ad991ca14b6367be39b /slideshow/source/engine/shapes/gdimtftools.cxx
parentBuild fix for building with NVidia libraries/drivers (diff)
downloadcore-80b08615105490fb3a8b9790f932d1f1a1ae2bce.tar.gz
core-80b08615105490fb3a8b9790f932d1f1a1ae2bce.zip
Add vim/emacs modelines to all source files
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'slideshow/source/engine/shapes/gdimtftools.cxx')
-rw-r--r--slideshow/source/engine/shapes/gdimtftools.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx
index ea58ec2af9d7..9f3252453e30 100644
--- a/slideshow/source/engine/shapes/gdimtftools.cxx
+++ b/slideshow/source/engine/shapes/gdimtftools.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.
@@ -547,3 +548,4 @@ bool getRectanglesFromScrollMtf( ::basegfx::B2DRectangle& o_rScrollRect,
}
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */