diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-02 09:44:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-02 20:08:14 +0000 |
commit | 38f6bd69c556eadbf1c7d2cf2dc7c8b9560e7099 (patch) | |
tree | aa6eeb20f8c43d28a4fc0c77599d7ddd26e878df /sc/source/ui/vba | |
parent | fa8dc4f9c8f0ea1acc95fff19ab812b76790019d (diff) |
missing vim modelines
Change-Id: I51a2e95ef0a8c8e17bc996ae0c3639717f36de3f
Diffstat (limited to 'sc/source/ui/vba')
-rw-r--r-- | sc/source/ui/vba/excelvbahelper.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/vba/excelvbahelper.cxx b/sc/source/ui/vba/excelvbahelper.cxx index 0782b9c54358..b18bcab97dbc 100644 --- a/sc/source/ui/vba/excelvbahelper.cxx +++ b/sc/source/ui/vba/excelvbahelper.cxx @@ -382,3 +382,5 @@ ScVbaCellRangeAccess::GetDataSet( ScCellRangesBase* pRangeObj ) } // namespace excel } // namespace vba } // namespace ooo + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |