diff options
Diffstat (limited to 'include/sfx2/imagemgr.hxx')
-rw-r--r-- | include/sfx2/imagemgr.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sfx2/imagemgr.hxx b/include/sfx2/imagemgr.hxx index eca3deb4f2c6..c4a4eb193546 100644 --- a/include/sfx2/imagemgr.hxx +++ b/include/sfx2/imagemgr.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_INCLUDE_SFX2_IMAGEMGR_HXX +#define INCLUDED_INCLUDE_SFX2_IMAGEMGR_HXX + #include <sal/config.h> #include <sfx2/dllapi.h> #include <com/sun/star/uno/Reference.hxx> @@ -31,4 +34,6 @@ SFX2_DLLPUBLIC Image SAL_CALL GetImage( bool bBig ); +#endif // INCLUDED_INCLUDE_SFX2_IMAGEMGR_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |