From 2774cab826c8b5e3a92e98d79c3e64cbb25f4fda Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 28 Sep 2011 23:14:11 +0100 Subject: add modelines --- sc/source/ui/undo/undorangename.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/source/ui/undo') 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: */ -- cgit