diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-28 16:02:45 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-28 16:04:36 +0200 |
commit | 3bf2d830649ec83e2d63baddaffdcc9f33300f7c (patch) | |
tree | fb30dc89be17b4121ac0b47188c6e419324783d0 /writerperfect/source | |
parent | f7d9e0526ce69e2fa9801a04137737046784cbe2 (diff) |
Modelines also for this file
Diffstat (limited to 'writerperfect/source')
-rw-r--r-- | writerperfect/source/filter/FilterInternal.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/writerperfect/source/filter/FilterInternal.cxx b/writerperfect/source/filter/FilterInternal.cxx index 898b9ce45538..c0ab66d9fc9f 100644 --- a/writerperfect/source/filter/FilterInternal.cxx +++ b/writerperfect/source/filter/FilterInternal.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* FilterInternal.hxx: define basic functions for libwriterperfect/fileter * * Copyright (C) 2002-2004 William Lachance (wrlach@gmail.com) @@ -42,4 +43,6 @@ WPXString propListToStyleKey(const WPXPropertyList &xPropList) } return sKey; -}
\ No newline at end of file +} + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |