summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TblStylePrHandler.cxx
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:56:41 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:57:42 +0200
commit46a924d34890f64e168ab247bcdad47cfc44a889 (patch)
tree50657330445e7061eb02de1fbf6428c5932061a3 /writerfilter/source/dmapper/TblStylePrHandler.cxx
parentffa172e1b3418204ee759c0c67f8441cb208ad89 (diff)
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 'writerfilter/source/dmapper/TblStylePrHandler.cxx')
-rw-r--r--writerfilter/source/dmapper/TblStylePrHandler.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerfilter/source/dmapper/TblStylePrHandler.cxx b/writerfilter/source/dmapper/TblStylePrHandler.cxx
index 53838353c3b0..e153fd9ef6f3 100644
--- a/writerfilter/source/dmapper/TblStylePrHandler.cxx
+++ b/writerfilter/source/dmapper/TblStylePrHandler.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <TblStylePrHandler.hxx>
#include <PropertyMap.hxx>
#include <ooxml/resourceids.hxx>
@@ -85,3 +86,5 @@ void TblStylePrHandler::resolveSprmProps(Sprm & rSprm)
}
}}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */