diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-24 07:39:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-24 07:39:39 +0200 |
commit | 17cf36bf72afc4a22a6d917bfcee9cddfd29779b (patch) | |
tree | cfc3521da3ce951ba328c2d8d27b9dc6254bd920 /desktop/inc | |
parent | 69e670bee91c1c24cef184da4135d0dece33ecf6 (diff) |
desktop: missing header guard
Change-Id: Ibae1de013712e55930559b138aa07c15b590baea
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/lib/init.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx index 2d31b572b329..186964fdc777 100644 --- a/desktop/inc/lib/init.hxx +++ b/desktop/inc/lib/init.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_INC_LIB_INIT_HXX +#define INCLUDED_DESKTOP_INC_LIB_INIT_HXX + #include <LibreOfficeKit/LibreOfficeKit.h> #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -23,4 +27,6 @@ namespace desktop { }; } +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |