diff options
author | Noel Power <noel.power@novell.com> | 2010-10-13 12:41:26 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2010-10-13 12:41:26 +0100 |
commit | 65389fcbb71197b3f97f5d4c80c18f827c9466d0 (patch) | |
tree | 7acdc097aae615b0fa67185bfcbd1d3013c8db59 /sc/source/ui/vba/vbacomment.cxx | |
parent | 731a807e6b9dec1822c710508cefd944941853ff (diff) | |
parent | 63bb42ab7d85470453ec233f6f90ee1d2c2d4782 (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/vbacomment.cxx')
-rw-r--r-- | sc/source/ui/vba/vbacomment.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbacomment.cxx b/sc/source/ui/vba/vbacomment.cxx index 31ea50c0dff4..f707fad1eb13 100644 --- a/sc/source/ui/vba/vbacomment.cxx +++ b/sc/source/ui/vba/vbacomment.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. @@ -247,3 +248,5 @@ ScVbaComment::getServiceNames() } return aServiceNames; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |