135360
From a4680c754fd012d803f2c86144593275d3640f9a Mon Sep 17 00:00:00 2001
135360
From: Miklos Vajna <vmiklos@collabora.co.uk>
135360
Date: Tue, 15 Sep 2015 10:31:20 +0200
135360
Subject: [PATCH 124/398] sfx2: add missing header guard
135360
135360
Change-Id: Ide261670be475f5d54d9d12c701ad82470396aeb
135360
(cherry picked from commit d990a8762e5e67747e169103bc8b9a40605afa81)
135360
---
135360
 include/sfx2/lokhelper.hxx | 5 +++++
135360
 1 file changed, 5 insertions(+)
135360
135360
diff --git a/include/sfx2/lokhelper.hxx b/include/sfx2/lokhelper.hxx
135360
index 9430cd5665d8..b57cb7d75b23 100644
135360
--- a/include/sfx2/lokhelper.hxx
135360
+++ b/include/sfx2/lokhelper.hxx
135360
@@ -7,6 +7,9 @@
135360
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
135360
  */
135360
 
135360
+#ifndef INCLUDED_SFX2_LOKHELPER_HXX
135360
+#define INCLUDED_SFX2_LOKHELPER_HXX
135360
+
135360
 #include <sfx2/dllapi.h>
135360
 
135360
 class SfxViewShell;
135360
@@ -23,4 +26,6 @@ public:
135360
     static int getViews();
135360
 };
135360
 
135360
+#endif
135360
+
135360
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
135360
-- 
135360
2.12.0
135360