diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-07-08 11:52:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-07-08 17:32:25 +0200 |
commit | 35acb8a54171eb14555632179e69cbb9cf28f9e8 (patch) | |
tree | 0a1ba50bda1cf9e6710b13ec817f08f410c7e37e /starmath | |
parent | 9e31cf2ae6b085259e664fa90f052b09815b4c18 (diff) |
-Werror,-Wheader-guard (Clang trunk towards 3.4)
Change-Id: I6da069a27d569e4b28c0a8fe783616c767c108d0
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/smcommands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/smcommands.h b/starmath/inc/smcommands.h index 8ab96106faee..a0fd0201a062 100644 --- a/starmath/inc/smcommands.h +++ b/starmath/inc/smcommands.h @@ -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 SM_SNCOMMANDS_HRC -#define SM_SMCOMMANDS_HRC +#ifndef SM_SMCOMMANDS_H +#define SM_SMCOMMANDS_H #define CMD_SID_ADJUST ".uno:Adjust" #define CMD_SID_ALIGN ".uno:ChangeAlignment" |