diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-21 05:42:51 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-21 09:15:59 +0000 |
commit | 8fc6905674142c226a117a97a08cf0b24c9d4fc1 (patch) | |
tree | 4b32555fc44b1c84819bcc75bfd1451b57dd2e2b /desktop | |
parent | aa02102fe9d338eb7d0774bd54feeac2142506ac (diff) |
fdo#68849 add some header guards
Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f
Reviewed-on: https://gerrit.libreoffice.org/6364
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlinehelp.hxx | 5 |
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: */ |