diff options
Diffstat (limited to 'sfx2/inc/imagemgr.hxx')
-rw-r--r-- | sfx2/inc/imagemgr.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/inc/imagemgr.hxx b/sfx2/inc/imagemgr.hxx index fa552ad42b..b72e3b79f4 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: */ |