From bc071a14c359a5a5e9a646c64c1c340564875a7e Mon Sep 17 00:00:00 2001 From: mheicke Date: Fri, 12 Aug 2016 13:24:55 +0200 Subject: [PATCH] fixed broken XMLDictionary.h import --- XlsxReaderWriter/BRAOpenXmlSubElement.h | 2 +- XlsxReaderWriter/BRARelationship.h | 2 +- XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h | 2 +- XlsxReaderWriter/NSDictionary+OpenXmlString.h | 2 +- XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/XlsxReaderWriter/BRAOpenXmlSubElement.h b/XlsxReaderWriter/BRAOpenXmlSubElement.h index ab514cd..16edf4d 100644 --- a/XlsxReaderWriter/BRAOpenXmlSubElement.h +++ b/XlsxReaderWriter/BRAOpenXmlSubElement.h @@ -9,7 +9,7 @@ #import #import "NativeColor+HTML.h" #import "NativeFont+BoldItalic.h" -#import "XMLDictionary.h" +#import "XMLDictionary/XMLDictionary.h" #import "NSDictionary+DeepCopy.h" #import "NSDictionary+OpenXmlString.h" #import "NSDictionary+OpenXMLDictionaryParser.h" diff --git a/XlsxReaderWriter/BRARelationship.h b/XlsxReaderWriter/BRARelationship.h index 56a82d5..b84a680 100644 --- a/XlsxReaderWriter/BRARelationship.h +++ b/XlsxReaderWriter/BRARelationship.h @@ -7,7 +7,7 @@ // #import -#import "XMLDictionary.h" +#import "XMLDictionary/XMLDictionary.h" #import "NativeColor+OpenXML.h" #import "BRAElementWithRelationships.h" diff --git a/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h b/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h index ae65ff6..8be902d 100644 --- a/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h +++ b/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h @@ -6,7 +6,7 @@ // Copyright (c) 2014 René Bigot. All rights reserved. // -#import "XMLDictionary.h" +#import "XMLDictionary/XMLDictionary.h" @interface NSDictionary (OpenXmlDictionaryParser) diff --git a/XlsxReaderWriter/NSDictionary+OpenXmlString.h b/XlsxReaderWriter/NSDictionary+OpenXmlString.h index 941c06a..dad2f1a 100644 --- a/XlsxReaderWriter/NSDictionary+OpenXmlString.h +++ b/XlsxReaderWriter/NSDictionary+OpenXmlString.h @@ -7,7 +7,7 @@ // #import -#import "XMLDictionary.h" +#import "XMLDictionary/XMLDictionary.h" @interface NSDictionary (OpenXmlString) diff --git a/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h b/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h index b2efe6d..2ff3eeb 100644 --- a/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h +++ b/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h @@ -10,7 +10,7 @@ #import "NativeFont+BoldItalic.h" #import "NativeColor+OpenXML.h" #import "NativeColor+HTML.h" -#import "XMLDictionary.h" +#import "XMLDictionary/XMLDictionary.h" #import "NSDictionary+OpenXmlString.h" #import "NSDictionary+OpenXMLDictionaryParser.h" #import "NSDictionary+DeepCopy.h"