User: timar   
Date: 05/10/16 08:58:43

Added:
 /hu/src/2.0.0/Patches/
  scp2_hunspell.diff

Log:
 scp2_hunspell patch

File Changes:

Directory: /hu/src/2.0.0/Patches/
=================================

File [added]: scp2_hunspell.diff
Url: 
http://hu.openoffice.org/source/browse/hu/src/2.0.0/Patches/scp2_hunspell.diff?rev=1.1&content-type=text/vnd.viewcvs-markup
Added lines: 27
---------------
--- scp2/source/ooo/file_library_ooo.scp.orig   2005-09-15 23:32:25.000000000 
+0200
+++ scp2/source/ooo/file_library_ooo.scp        2005-10-16 14:49:02.796875000 
+0200
@@ -1894,19 +1894,19 @@
 
 SPECIAL_UNO_COMPONENT_LIB_FILE(gid_File_Ucpexpand1, ucpexpand1.uno)
 
-#ifndef SYSTEM_MYSPELL
+#ifndef SYSTEM_HUNSPELL
 
-File gid_File_Lib_Myspell
+File gid_File_Lib_Hunspell
     TXT_FILE_BODY;
     Dir = gid_Dir_Program;
   #ifdef UNX
     #ifdef MACOSX
-       Name = "libmyspell.dylib";
+       Name = "libhunspell.dylib";
     #else
-       Name = "libmyspell.so";
+       Name = "libhunspell.so";
     #endif
   #else
-    Name = "myspell.dll";
+    Name = "hunspell.dll";
   #endif
     Styles = (PACKED);
 End




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to