summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-28 23:14:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-29 09:33:46 +0100
commit2774cab826c8b5e3a92e98d79c3e64cbb25f4fda (patch)
tree7e9db2821d12afbba63f1873fba19b3ef77292a8 /sc/source/ui/undo
parent44eb2b3355e0846a5acba0f503d7c0b3e1c94949 (diff)
add modelines
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/undorangename.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/undo/undorangename.cxx b/sc/source/ui/undo/undorangename.cxx
index 5bbcd0b47852..a3ba960fb29b 100644
--- a/sc/source/ui/undo/undorangename.cxx
+++ b/sc/source/ui/undo/undorangename.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
@@ -119,3 +120,4 @@ void ScUndoAllRangeNames::DoChange(const ScRangeName& rGlobal, const ScRangeName
SFX_APP()->Broadcast(SfxSimpleHint(SC_HINT_AREAS_CHANGED));
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */