summaryrefslogtreecommitdiff
path: root/toolkit/source/layout/core/box.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/layout/core/box.cxx')
-rw-r--r--toolkit/source/layout/core/box.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/source/layout/core/box.cxx b/toolkit/source/layout/core/box.cxx
index a173bb5b7633..fb1a875bfea2 100644
--- a/toolkit/source/layout/core/box.cxx
+++ b/toolkit/source/layout/core/box.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.
@@ -279,3 +280,5 @@ Box::allocateArea( const awt::Rectangle &newArea )
}
} // namespace layoutimpl
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */