summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlprhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlprhdl.cxx')
-rw-r--r--xmloff/source/style/xmlprhdl.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/style/xmlprhdl.cxx b/xmloff/source/style/xmlprhdl.cxx
index b719aeeee2..e8cf1844ca 100644
--- a/xmloff/source/style/xmlprhdl.cxx
+++ b/xmloff/source/style/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.
@@ -39,3 +40,5 @@ bool XMLPropertyHandler::equals( const ::com::sun::star::uno::Any& r1, const ::c
{
return (r1 == r2);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */