summaryrefslogtreecommitdiffstats
path: root/svtools/bmpmaker/bmpcore.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/bmpmaker/bmpcore.cxx')
-rw-r--r--svtools/bmpmaker/bmpcore.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/bmpmaker/bmpcore.cxx b/svtools/bmpmaker/bmpcore.cxx
index 9e134c06a670..2a23cab8fa4a 100644
--- a/svtools/bmpmaker/bmpcore.cxx
+++ b/svtools/bmpmaker/bmpcore.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.
@@ -418,3 +419,5 @@ void BmpCreator::Create( const String& rSRSName,
delete pSRS;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */