summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-09-15 10:31:20 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-09-21 07:30:14 +0200
commitd990a8762e5e67747e169103bc8b9a40605afa81 (patch)
treee121b1a2915e5550c8d9930dedf2f26d85465a93 /include
parent10a0cad9d6990abac507899a34fbcdeb466187f7 (diff)
sfx2: add missing header guard
Change-Id: Ide261670be475f5d54d9d12c701ad82470396aeb
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/lokhelper.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sfx2/lokhelper.hxx b/include/sfx2/lokhelper.hxx
index 9430cd5665d8..b57cb7d75b23 100644
--- a/include/sfx2/lokhelper.hxx
+++ b/include/sfx2/lokhelper.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_SFX2_LOKHELPER_HXX
+#define INCLUDED_SFX2_LOKHELPER_HXX
+
#include <sfx2/dllapi.h>
class SfxViewShell;
@@ -23,4 +26,6 @@ public:
static int getViews();
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */