summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/HtmlOptionsDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/html/HtmlOptionsDialog.cxx')
-rw-r--r--sd/source/filter/html/HtmlOptionsDialog.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/filter/html/HtmlOptionsDialog.cxx b/sd/source/filter/html/HtmlOptionsDialog.cxx
index 14bd3e46c581..69b2cbecc5d5 100644
--- a/sd/source/filter/html/HtmlOptionsDialog.cxx
+++ b/sd/source/filter/html/HtmlOptionsDialog.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.
@@ -285,3 +286,5 @@ void SdHtmlOptionsDialog::setSourceDocument( const Reference< XComponent >& xDoc
}
throw IllegalArgumentException();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */