summaryrefslogtreecommitdiff
path: root/desktop/source/app/cmdlinehelp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/cmdlinehelp.hxx')
-rw-r--r--desktop/source/app/cmdlinehelp.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/source/app/cmdlinehelp.hxx b/desktop/source/app/cmdlinehelp.hxx
index 15dafb653c6c..88ea0733f995 100644
--- a/desktop/source/app/cmdlinehelp.hxx
+++ b/desktop/source/app/cmdlinehelp.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef _DESKTOP_COMMANDLINEHELP_HXX_
+#define _DESKTOP_COMMANDLINEHELP_HXX_
+
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
@@ -39,4 +42,6 @@ namespace desktop
#endif
}
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */