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