summaryrefslogtreecommitdiff
path: root/sfx2/inc/fwkhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/fwkhelper.hxx')
-rwxr-xr-x[-rw-r--r--]sfx2/inc/fwkhelper.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sfx2/inc/fwkhelper.hxx b/sfx2/inc/fwkhelper.hxx
index 7dd54559dc0b..1b23e4c2bae6 100644..100755
--- a/sfx2/inc/fwkhelper.hxx
+++ b/sfx2/inc/fwkhelper.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.
@@ -32,4 +33,8 @@
#include <rtl/ustring.hxx>
-SFX2_DLLPUBLIC void SAL_CALL RefreshToolbars( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame );
+SFX2_DLLPUBLIC void SAL_CALL RefreshToolbars(
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame
+);
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */