summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLBackgroundImageContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/XMLBackgroundImageContext.cxx')
-rw-r--r--xmloff/source/style/XMLBackgroundImageContext.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/style/XMLBackgroundImageContext.cxx b/xmloff/source/style/XMLBackgroundImageContext.cxx
index 9d48f2ce531b..e69b96f55a94 100644
--- a/xmloff/source/style/XMLBackgroundImageContext.cxx
+++ b/xmloff/source/style/XMLBackgroundImageContext.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.
@@ -412,3 +413,5 @@ void XMLBackgroundImageContext::EndElement()
if( -1 != aTransparencyProp.mnIndex )
rProperties.push_back( aTransparencyProp );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */