desktop/inc/lib/init.hxx | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 17cf36bf72afc4a22a6d917bfcee9cddfd29779b
Author: Miklos Vajna <[email protected]>
Date: Thu Sep 24 07:39:16 2015 +0200
desktop: missing header guard
Change-Id: Ibae1de013712e55930559b138aa07c15b590baea
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index 2d31b57..186964f 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: */
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits