summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgdialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgdialog.cxx')
-rw-r--r--filter/source/svg/svgdialog.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/svg/svgdialog.cxx b/filter/source/svg/svgdialog.cxx
index b89479f7cb39..d1fc79d86b68 100644
--- a/filter/source/svg/svgdialog.cxx
+++ b/filter/source/svg/svgdialog.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -261,3 +262,5 @@ void SAL_CALL SVGDialog::setSourceDocument( const Reference< XComponent >& xDoc
{
mxSrcDoc = xDoc;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */