summaryrefslogtreecommitdiff
path: root/sfx2/source/menu/objmnctl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/menu/objmnctl.cxx')
-rw-r--r--sfx2/source/menu/objmnctl.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/menu/objmnctl.cxx b/sfx2/source/menu/objmnctl.cxx
index e396c196fd..e324dafec2 100644
--- a/sfx2/source/menu/objmnctl.cxx
+++ b/sfx2/source/menu/objmnctl.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.
@@ -31,7 +32,6 @@
#include <com/sun/star/embed/VerbAttributes.hpp>
#include <tools/list.hxx>
-#ifndef _MENU_HXX //autogen
#include <vcl/menu.hxx>
#endif
#ifndef _SXSTRITEM_HXX //autogen
@@ -163,3 +163,4 @@ PopupMenu* SfxObjectVerbsControl::GetPopup() const
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */