summaryrefslogtreecommitdiffstats
path: root/filter/source/placeware/zip.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 13:03:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:49:40 +0100
commit8c97ec61d74261b4dd18b6f65f70be92dd85a794 (patch)
treeb522fceb61fac39400aa0ba94e52dc77dd4149fd /filter/source/placeware/zip.hxx
parentFilters - Clean up some comments in binfilter/bf_sw/source/core/unocore/ (diff)
downloadcore-8c97ec61d74261b4dd18b6f65f70be92dd85a794.tar.gz
core-8c97ec61d74261b4dd18b6f65f70be92dd85a794.zip
add modelines to .hxx files as well
Diffstat (limited to 'filter/source/placeware/zip.hxx')
-rw-r--r--filter/source/placeware/zip.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/placeware/zip.hxx b/filter/source/placeware/zip.hxx
index b43ed32b8e7d..6e7a05116563 100644
--- a/filter/source/placeware/zip.hxx
+++ b/filter/source/placeware/zip.hxx
@@ -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.
@@ -60,3 +61,5 @@ private:
osl::File::RC mnRC;
std::vector<ZipEntry*> maEntries;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */