summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfbookmarkref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfbookmarkref.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfbookmarkref.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfbookmarkref.cxx b/lotuswordpro/source/filter/xfilter/xfbookmarkref.cxx
index c81445da3d0e..9c33356a16f5 100644
--- a/lotuswordpro/source/filter/xfilter/xfbookmarkref.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfbookmarkref.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -104,4 +105,5 @@ void XFBookmarkRef::ToXml(IXFStream *pStrm)
if( m_strText.getLength() )
pStrm->Characters(m_strBookmark);
pStrm->EndElement( A2OUSTR("text:bookmark-ref") );
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */