diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-15 10:31:20 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-21 07:30:14 +0200 |
commit | d990a8762e5e67747e169103bc8b9a40605afa81 (patch) | |
tree | e121b1a2915e5550c8d9930dedf2f26d85465a93 /include/sfx2/lokhelper.hxx | |
parent | 10a0cad9d6990abac507899a34fbcdeb466187f7 (diff) |
sfx2: add missing header guard
Change-Id: Ide261670be475f5d54d9d12c701ad82470396aeb
Diffstat (limited to 'include/sfx2/lokhelper.hxx')
-rw-r--r-- | include/sfx2/lokhelper.hxx | 5 |
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: */ |