Revision: 29375
          http://sourceforge.net/p/bibdesk/svn/29375
Author:   hofman
Date:     2025-07-28 08:42:33 +0000 (Mon, 28 Jul 2025)
Log Message:
-----------
move pragma mark

Modified Paths:
--------------
    trunk/bibdesk/BibDocument.m

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2025-07-28 08:36:23 UTC (rev 29374)
+++ trunk/bibdesk/BibDocument.m 2025-07-28 08:42:33 UTC (rev 29375)
@@ -1175,6 +1175,8 @@
     return success;
 }
 
+#pragma mark -
+
 - (void)setPublications:(NSArray *)newPubs macros:(NSMapTable *)newMacros 
documentInfo:(NSMapTable *)newDocumentInfo groups:(NSDictionary *)newGroups 
frontMatter:(NSString *)newFrontMatter encoding:(NSStringEncoding)newEncoding {
     NSEnumerator *wcEnum = [[self windowControllers] objectEnumerator];
     BOOL wasLoaded = nil != [wcEnum nextObject]; // initial read is before 
makeWindowControllers
@@ -1234,8 +1236,6 @@
     }
 }
 
-#pragma mark -
-
 - (void)setDocumentStringEncoding:(NSStringEncoding)encoding{
     docState.documentStringEncoding = encoding;
 }

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

Reply via email to