diff options
Diffstat (limited to 'writerfilter/source/ooxml/Handler.cxx')
-rw-r--r-- | writerfilter/source/ooxml/Handler.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/Handler.cxx b/writerfilter/source/ooxml/Handler.cxx index 253172805..af0616a8f 100644 --- a/writerfilter/source/ooxml/Handler.cxx +++ b/writerfilter/source/ooxml/Handler.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. @@ -346,3 +347,5 @@ void OOXMLHyperlinkHandler::sprm(Sprm & /*rSprm*/) { } }} + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |