summaryrefslogtreecommitdiff
path: root/xmloff/source/style/uniref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/uniref.cxx')
-rw-r--r--xmloff/source/style/uniref.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/style/uniref.cxx b/xmloff/source/style/uniref.cxx
index ec9cf8824a..8129c25f76 100644
--- a/xmloff/source/style/uniref.cxx
+++ b/xmloff/source/style/uniref.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.
@@ -38,3 +39,5 @@ void UniRefBase::release()
if( !osl_decrementInterlockedCount( &m_refCount ) )
delete this;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */