[Libreoffice-commits] core.git: scp2/source

Stephan Bergmann sbergman at redhat.com
Mon Nov 24 08:50:13 PST 2014


 scp2/source/ooo/ure.scp |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit b94c9e0d82c7430ad7c2f3b10b60651a141100a2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Nov 24 17:49:27 2014 +0100

    These are inside an !defined MACOSX block
    
    Change-Id: I09e2db009801c046cf8dd331c7e07cb83f9e3f20

diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp
index 18a15d7..6dd8e7e 100644
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -45,22 +45,14 @@ End
 
 #if !defined WNT
 Directory gid_Dir_Ure_Lib
-#if defined MACOSX
-    ParentID = gid_Dir_UreLink;
-#else
     ParentID = gid_Dir_Common_Ure;
-#endif
     DosName = "lib";
 End
 #endif
 
 #if !defined WNT
 Directory gid_Dir_Ure_Share
-#if defined MACOSX
-    ParentID = gid_Dir_UreLink;
-#else
     ParentID = gid_Dir_Common_Ure;
-#endif
     DosName = "share";
 End
 #endif


More information about the Libreoffice-commits mailing list