summaryrefslogtreecommitdiff
path: root/extensions/source/svg/svgprinter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/svg/svgprinter.cxx')
-rw-r--r--extensions/source/svg/svgprinter.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/svg/svgprinter.cxx b/extensions/source/svg/svgprinter.cxx
index 24a6244d0b79..288f5bac5d22 100644
--- a/extensions/source/svg/svgprinter.cxx
+++ b/extensions/source/svg/svgprinter.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.
@@ -326,3 +327,5 @@ void SAL_CALL SVGPrinter::endJob() throw( NMSP_UNO::RuntimeException )
{
delete mpWriter, mpWriter = NULL;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */