summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: */