diff options
Diffstat (limited to 'unoxml/source/dom/documentfragment.cxx')
-rw-r--r-- | unoxml/source/dom/documentfragment.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unoxml/source/dom/documentfragment.cxx b/unoxml/source/dom/documentfragment.cxx index a3f5ac40b5aa..9e93449b001c 100644 --- a/unoxml/source/dom/documentfragment.cxx +++ b/unoxml/source/dom/documentfragment.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. @@ -43,3 +44,5 @@ namespace DOM return OUString(); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |