summaryrefslogtreecommitdiff
path: root/svtools/source/hatchwindow/hatchwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/hatchwindow/hatchwindow.cxx')
-rw-r--r--svtools/source/hatchwindow/hatchwindow.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/hatchwindow/hatchwindow.cxx b/svtools/source/hatchwindow/hatchwindow.cxx
index 1b84206d6696..1651eb2b16c3 100644
--- a/svtools/source/hatchwindow/hatchwindow.cxx
+++ b/svtools/source/hatchwindow/hatchwindow.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.
@@ -233,3 +234,5 @@ void VCLXHatchWindow::Deactivated()
if ( m_xController.is() )
m_xController->deactivated();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */