summaryrefslogtreecommitdiff
path: root/binfilter/bf_xmloff/source/style/xmloff_xmlprhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_xmloff/source/style/xmloff_xmlprhdl.cxx')
-rw-r--r--binfilter/bf_xmloff/source/style/xmloff_xmlprhdl.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/binfilter/bf_xmloff/source/style/xmloff_xmlprhdl.cxx b/binfilter/bf_xmloff/source/style/xmloff_xmlprhdl.cxx
index fc90b7268..4ad22234b 100644
--- a/binfilter/bf_xmloff/source/style/xmloff_xmlprhdl.cxx
+++ b/binfilter/bf_xmloff/source/style/xmloff_xmlprhdl.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.
@@ -40,3 +41,5 @@ sal_Bool XMLPropertyHandler::equals( const ::com::sun::star::uno::Any& r1, const
return (r1 == r2);
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */