diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-29 21:12:22 +0000 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-05-30 01:44:03 -0500 |
commit | 3ddb928061531a8742565bfa91c0aaa76ef88863 (patch) | |
tree | f6e5e44d70fdc602c68581439b04e3bb38244c24 /desktop/source/splash/unxsplash.hxx | |
parent | 54b85bf51e42f0e74dfaab40dc0a6923dd1f876b (diff) |
fdo#68849: Add header guards to all include files
Added header guards to files in directories desktop/*, and embedserv/*
Change-Id: Idaffcc0539b84962ed7c132cb20078512799d433
Reviewed-on: https://gerrit.libreoffice.org/9556
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'desktop/source/splash/unxsplash.hxx')
-rw-r--r-- | desktop/source/splash/unxsplash.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/source/splash/unxsplash.hxx b/desktop/source/splash/unxsplash.hxx index feb1a2da0ad7..be432b9b2a4e 100644 --- a/desktop/source/splash/unxsplash.hxx +++ b/desktop/source/splash/unxsplash.hxx @@ -6,6 +6,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#ifndef INCLUDED_DESKTOP_SOURCE_SPLASH/UNXSPLASH_HXX +#define INCLUDED_DESKTOP_SOURCE_SPLASH/UNXSPLASH_HXX + #include <stdio.h> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -75,4 +79,6 @@ uno::Reference< uno::XInterface > SAL_CALL UnxSplash_createInstance(const uno::R OUString UnxSplash_getImplementationName(); com::sun::star::uno::Sequence< OUString > SAL_CALL UnxSplash_getSupportedServiceNames() throw (); +#endif // INCLUDED_DESKTOP_SOURCE_SPLASH/UNXSPLASH_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |