summaryrefslogtreecommitdiff
path: root/unotools/source/config/inetoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/inetoptions.cxx')
-rw-r--r--unotools/source/config/inetoptions.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/source/config/inetoptions.cxx b/unotools/source/config/inetoptions.cxx
index 6e01a851d671..387bbe384edc 100644
--- a/unotools/source/config/inetoptions.cxx
+++ b/unotools/source/config/inetoptions.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.
@@ -550,3 +551,5 @@ SvtInetOptions::removePropertiesChangeListener(
{
m_pImpl->removePropertiesChangeListener(rPropertyNames, rListener);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */