Author: jghali
Date: Mon Feb  5 11:55:53 2018
New Revision: 22370

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22370
Log:
fix wrong include guards

Modified:
    
trunk/Scribus/scribus/plugins/fileloader/scribus134format/scribus134formatimpl.h
    
trunk/Scribus/scribus/plugins/fileloader/scribus13format/scribus13formatimpl.h
    trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.h
    
trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150formatimpl.h

Modified: 
trunk/Scribus/scribus/plugins/fileloader/scribus134format/scribus134formatimpl.h
URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=22370&path=/trunk/Scribus/scribus/plugins/fileloader/scribus134format/scribus134formatimpl.h
==============================================================================
--- 
trunk/Scribus/scribus/plugins/fileloader/scribus134format/scribus134formatimpl.h
    (original)
+++ 
trunk/Scribus/scribus/plugins/fileloader/scribus134format/scribus134formatimpl.h
    Mon Feb  5 11:55:53 2018
@@ -4,8 +4,8 @@
 a copyright and/or license notice that predates the release of Scribus 1.3.2
 for which a new license (GPL+exception) is in place.
 */
-#ifndef OLDSCRIBUSFORMATIMPL_H
-#define OLDSCRIBUSFORMATIMPL_H
+#ifndef SCRIBUS134FORMATIMPL_H
+#define SCRIBUS134FORMATIMPL_H
 
 #include <QObject>
 

Modified: 
trunk/Scribus/scribus/plugins/fileloader/scribus13format/scribus13formatimpl.h
URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=22370&path=/trunk/Scribus/scribus/plugins/fileloader/scribus13format/scribus13formatimpl.h
==============================================================================
--- 
trunk/Scribus/scribus/plugins/fileloader/scribus13format/scribus13formatimpl.h  
    (original)
+++ 
trunk/Scribus/scribus/plugins/fileloader/scribus13format/scribus13formatimpl.h  
    Mon Feb  5 11:55:53 2018
@@ -4,8 +4,8 @@
 a copyright and/or license notice that predates the release of Scribus 1.3.2
 for which a new license (GPL+exception) is in place.
 */
-#ifndef OLDSCRIBUSFORMATIMPL_H
-#define OLDSCRIBUSFORMATIMPL_H
+#ifndef SCRIBUS13FORMATIMPL_H
+#define SCRIBUS13FORMATIMPL_H
 
 #include <QObject>
 

Modified: 
trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.h
URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=22370&path=/trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.h
==============================================================================
--- 
trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.h    
    (original)
+++ 
trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.h    
    Mon Feb  5 11:55:53 2018
@@ -4,8 +4,8 @@
 a copyright and/or license notice that predates the release of Scribus 1.3.2
 for which a new license (GPL+exception) is in place.
 */
-#ifndef SCRIBUS134FORMAT_H
-#define SCRIBUS134FORMAT_H
+#ifndef SCRIBUS150FORMAT_H
+#define SCRIBUS150FORMAT_H
 
 #include "pluginapi.h"
 #include "loadsaveplugin.h"

Modified: 
trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150formatimpl.h
URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=22370&path=/trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150formatimpl.h
==============================================================================
--- 
trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150formatimpl.h
    (original)
+++ 
trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150formatimpl.h
    Mon Feb  5 11:55:53 2018
@@ -4,8 +4,8 @@
 a copyright and/or license notice that predates the release of Scribus 1.3.2
 for which a new license (GPL+exception) is in place.
 */
-#ifndef OLDSCRIBUSFORMATIMPL_H
-#define OLDSCRIBUSFORMATIMPL_H
+#ifndef SCRIBUS150FORMATIMPL_H
+#define SCRIBUS150FORMATIMPL_H
 
 #include <QObject>
 


_______________________________________________
scribus-commit mailing list
[email protected]
http://lists.scribus.net/mailman/listinfo/scribus-commit

Reply via email to