summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbavalidation.cxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2010-10-13 12:41:26 +0100
committerNoel Power <noel.power@novell.com>2010-10-13 12:41:26 +0100
commit65389fcbb71197b3f97f5d4c80c18f827c9466d0 (patch)
tree7acdc097aae615b0fa67185bfcbd1d3013c8db59 /sc/source/ui/vba/vbavalidation.cxx
parent731a807e6b9dec1822c710508cefd944941853ff (diff)
parent63bb42ab7d85470453ec233f6f90ee1d2c2d4782 (diff)
Merge commit 'origin/master' fix conflicts and more trailing ws
Conflicts: sc/source/ui/undo/undodat.cxx sc/source/ui/vba/excelvbahelper.cxx sc/source/ui/vba/vbadialog.cxx sc/source/ui/vba/vbahelper.cxx sc/source/ui/vba/vbapagesetup.cxx
Diffstat (limited to 'sc/source/ui/vba/vbavalidation.cxx')
-rw-r--r--sc/source/ui/vba/vbavalidation.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbavalidation.cxx b/sc/source/ui/vba/vbavalidation.cxx
index 07c61e788310..36662c87c598 100644
--- a/sc/source/ui/vba/vbavalidation.cxx
+++ b/sc/source/ui/vba/vbavalidation.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.
@@ -341,3 +342,5 @@ ScVbaValidation::getServiceNames()
}
return aServiceNames;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */