summaryrefslogtreecommitdiffstats
path: root/cppcanvas/source/inc/action.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/inc/action.hxx')
-rw-r--r--cppcanvas/source/inc/action.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cppcanvas/source/inc/action.hxx b/cppcanvas/source/inc/action.hxx
index 9be2b5309e0f..971cfcb4609f 100644
--- a/cppcanvas/source/inc/action.hxx
+++ b/cppcanvas/source/inc/action.hxx
@@ -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.
@@ -30,9 +31,7 @@
#include <sal/types.h>
-#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
#include <boost/shared_ptr.hpp>
-#endif
namespace basegfx
{
@@ -162,3 +161,5 @@ namespace cppcanvas
}
#endif /* _CPPCANVAS_ACTION_HXX */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */