summaryrefslogtreecommitdiff
path: root/sfx2/inc/imagemgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/imagemgr.hxx')
-rw-r--r--sfx2/inc/imagemgr.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/inc/imagemgr.hxx b/sfx2/inc/imagemgr.hxx
index 79dc724210c4..699786f6f5a7 100644
--- a/sfx2/inc/imagemgr.hxx
+++ b/sfx2/inc/imagemgr.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.
@@ -34,3 +35,5 @@
#include <vcl/image.hxx>
SFX2_DLLPUBLIC Image SAL_CALL GetImage( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const ::rtl::OUString& aURL, BOOL bBig, BOOL bHiContrast );
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */