From d990a8762e5e67747e169103bc8b9a40605afa81 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 15 Sep 2015 10:31:20 +0200 Subject: sfx2: add missing header guard Change-Id: Ide261670be475f5d54d9d12c701ad82470396aeb --- include/sfx2/lokhelper.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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 class SfxViewShell; @@ -23,4 +26,6 @@ public: static int getViews(); }; +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit