diff options
Diffstat (limited to 'sw/inc/htmltbl.hxx')
-rw-r--r-- | sw/inc/htmltbl.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/htmltbl.hxx b/sw/inc/htmltbl.hxx index ef16a2a89b86..70e30c4a5128 100644 --- a/sw/inc/htmltbl.hxx +++ b/sw/inc/htmltbl.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. @@ -489,3 +490,5 @@ void SwHTMLTableLayout::SetInhBorderWidths( USHORT nLeft, USHORT nRight ) #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |