diff options
Diffstat (limited to 'extensions/source/macosx/spotlight/OOoContentDataParser.h')
-rw-r--r-- | extensions/source/macosx/spotlight/OOoContentDataParser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/macosx/spotlight/OOoContentDataParser.h b/extensions/source/macosx/spotlight/OOoContentDataParser.h index 142aca8da..b307bb375 100644 --- a/extensions/source/macosx/spotlight/OOoContentDataParser.h +++ b/extensions/source/macosx/spotlight/OOoContentDataParser.h @@ -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. @@ -56,3 +57,5 @@ - (void)parserDidEndDocument:(NSXMLParser *)parser; @end + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |