summaryrefslogtreecommitdiff
path: root/include/unotools/cmdoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/cmdoptions.hxx')
-rw-r--r--include/unotools/cmdoptions.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx
index a11aa1ca1e77..c00e2d1807fa 100644
--- a/include/unotools/cmdoptions.hxx
+++ b/include/unotools/cmdoptions.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_unotools_CMDOPTIONS_HXX
-#define INCLUDED_unotools_CMDOPTIONS_HXX
+#ifndef INCLUDED_UNOTOOLS_CMDOPTIONS_HXX
+#define INCLUDED_UNOTOOLS_CMDOPTIONS_HXX
#include "unotools/unotoolsdllapi.h"
#include <sal/types.h>
@@ -162,6 +162,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
}; // class SvtCmdOptions
-#endif // #ifndef INCLUDED_unotools_CMDOPTIONS_HXX
+#endif // INCLUDED_UNOTOOLS_CMDOPTIONS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */