You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by pm...@apache.org on 2015/04/24 18:02:28 UTC

incubator-corinthia git commit: Fix warnings about duplicate typedefs

Repository: incubator-corinthia
Updated Branches:
  refs/heads/master 83720d9dd -> ff4dfff2a


Fix warnings about duplicate typedefs


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/ff4dfff2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/ff4dfff2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/ff4dfff2

Branch: refs/heads/master
Commit: ff4dfff2a8504cd42fcb79853f90dd82b5fcda5d
Parents: 83720d9
Author: Peter Kelly <pe...@uxproductivity.com>
Authored: Fri Apr 24 23:02:01 2015 +0700
Committer: Peter Kelly <pe...@uxproductivity.com>
Committed: Fri Apr 24 23:02:01 2015 +0700

----------------------------------------------------------------------
 DocFormats/filters/ooxml/src/common/OOXMLTypedefs.h | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/ff4dfff2/DocFormats/filters/ooxml/src/common/OOXMLTypedefs.h
----------------------------------------------------------------------
diff --git a/DocFormats/filters/ooxml/src/common/OOXMLTypedefs.h b/DocFormats/filters/ooxml/src/common/OOXMLTypedefs.h
index a4f2553..ecd02e4 100644
--- a/DocFormats/filters/ooxml/src/common/OOXMLTypedefs.h
+++ b/DocFormats/filters/ooxml/src/common/OOXMLTypedefs.h
@@ -74,12 +74,6 @@ typedef struct WordLens WordLens;
 //////////////////////////////////////////////////////////////////
 // ODF experiment... ignore this for now. 
 //////////////////////////////////////////////////////////////////
-// ODF/OPC.h
-typedef struct OPCRelationship OPCRelationship;
-typedef struct OPCRelationshipSet OPCRelationshipSet;
-typedef struct OPCPart OPCPart;
-typedef struct OPCContentTypes OPCContentTypes;
-typedef struct OPCPackage OPCPackage;
 
 // ODF/ODFCaption.h
 typedef struct ODFCaption ODFCaption;
@@ -102,22 +96,14 @@ typedef struct ODFNumbering ODFNumbering;
 // ODF/ODFObjects.h
 typedef struct ODFObjects ODFObjects;
 
-// ODF/ODFPackage.h
-typedef struct ODFPackage ODFPackage;
-
 // ODF/ODFSection.h
 typedef struct ODFSection ODFSection;
 
-// ODF/ODFSheet.h
-typedef struct ODFStyle ODFStyle;
-typedef struct ODFSheet ODFSheet;
-
 // ODF/ODFTheme.h
 typedef struct ODFTheme ODFTheme;
 
 // ODF/lenses/ODFBookmark.h
 typedef enum ODFBookmarkType ODFBookmarkType;
-typedef struct CaptionParts CaptionParts;
 typedef struct ODFBookmark ODFBookmark;
 
 // ODF/lenses/ODFDrawing.h