Revision: 26090 http://sourceforge.net/p/bibdesk/svn/26090 Author: hofman Date: 2021-05-27 09:15:21 +0000 (Thu, 27 May 2021) Log Message: ----------- Declare some methods private
Modified Paths: -------------- trunk/bibdesk/BDSKTemplateDocument.h trunk/bibdesk/BDSKTemplateDocument.m Modified: trunk/bibdesk/BDSKTemplateDocument.h =================================================================== --- trunk/bibdesk/BDSKTemplateDocument.h 2021-05-27 06:30:27 UTC (rev 26089) +++ trunk/bibdesk/BDSKTemplateDocument.h 2021-05-27 09:15:21 UTC (rev 26090) @@ -172,11 +172,6 @@ - (IBAction)addField:(id)sender; -- (void)startObservingTypeTemplate:(BDSKTypeTemplate *)typeTemplate; -- (void)stopObservingTypeTemplate:(BDSKTypeTemplate *)typeTemplate; -- (void)startObservingTokens:(NSArray *)tokens; -- (void)stopObservingTokens:(NSArray *)tokens; - @end #pragma mark - Modified: trunk/bibdesk/BDSKTemplateDocument.m =================================================================== --- trunk/bibdesk/BDSKTemplateDocument.m 2021-05-27 06:30:27 UTC (rev 26089) +++ trunk/bibdesk/BDSKTemplateDocument.m 2021-05-27 09:15:21 UTC (rev 26090) @@ -90,6 +90,10 @@ - (void)handleTokenDidChangeNotification:(NSNotification *)notification; - (void)handleTemplateDidChangeNotification:(NSNotification *)notification; - (NSDictionary *)convertPubTemplate:(NSArray *)templateArray defaultFont:(NSFont *)defaultFont; +- (void)startObservingTypeTemplate:(BDSKTypeTemplate *)typeTemplate; +- (void)stopObservingTypeTemplate:(BDSKTypeTemplate *)typeTemplate; +- (void)startObservingTokens:(NSArray *)tokens; +- (void)stopObservingTokens:(NSArray *)tokens; @end @implementation BDSKTemplateDocument This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit