You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by tr...@apache.org on 2016/08/31 15:51:06 UTC

svn commit: r1758633 - /openoffice/trunk/main/starmath/inc/smcommands.h

Author: truckman
Date: Wed Aug 31 15:51:05 2016
New Revision: 1758633

URL: http://svn.apache.org/viewvc?rev=1758633&view=rev
Log:
Fix a typo on a header guard.

The other instances of the -Wheader-guard warning are in ext_sources code.


Modified:
    openoffice/trunk/main/starmath/inc/smcommands.h

Modified: openoffice/trunk/main/starmath/inc/smcommands.h
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/starmath/inc/smcommands.h?rev=1758633&r1=1758632&r2=1758633&view=diff
==============================================================================
--- openoffice/trunk/main/starmath/inc/smcommands.h (original)
+++ openoffice/trunk/main/starmath/inc/smcommands.h Wed Aug 31 15:51:05 2016
@@ -20,7 +20,7 @@
  *************************************************************/
 
 
-#ifndef SM_SNCOMMANDS_HRC
+#ifndef SM_SMCOMMANDS_HRC
 #define SM_SMCOMMANDS_HRC
 
 #define CMD_SID_ADJUST                              ".uno:Adjust"