This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 9ed74179c6 Fix a typo on a header guard.
9ed74179c6 is described below

commit 9ed74179c656c0295ea30b2704fe889fdf7bbf5e
Author: truckman <truckman@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Wed Aug 31 15:51:05 2016 +0000

    Fix a typo on a header guard.
    
    The other instances of the -Wheader-guard warning are in ext_sources code.
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758633 
13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 3a197fe068184eb7d74b2463d381385a68fe659d)
---
 main/starmath/inc/smcommands.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/starmath/inc/smcommands.h b/main/starmath/inc/smcommands.h
index b68aff87c7..c711bfa025 100644
--- a/main/starmath/inc/smcommands.h
+++ b/main/starmath/inc/smcommands.h
@@ -20,7 +20,7 @@
  *************************************************************/
 
 
-#ifndef SM_SNCOMMANDS_HRC
+#ifndef SM_SMCOMMANDS_HRC
 #define SM_SMCOMMANDS_HRC
 
 #define CMD_SID_ADJUST                              ".uno:Adjust"

Reply via email to