summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/subtoolboxcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/subtoolboxcontrol.cxx')
-rw-r--r--svx/source/tbxctrls/subtoolboxcontrol.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/subtoolboxcontrol.cxx b/svx/source/tbxctrls/subtoolboxcontrol.cxx
index a7fc22778e..96d98ebc67 100644
--- a/svx/source/tbxctrls/subtoolboxcontrol.cxx
+++ b/svx/source/tbxctrls/subtoolboxcontrol.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.
@@ -82,3 +83,5 @@ SfxPopupWindowType SvxSubToolBoxControl::GetPopupWindowType() const
{
return SFX_POPUPWINDOW_ONCLICK;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */