]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-1.0.1-so-ooo-coexist.patch
- use pointSize()
[packages/libreoffice.git] / openoffice-1.0.1-so-ooo-coexist.patch
CommitLineData
2d82f3b2 1--- oo_1.0.1_src/setup2/jsnative/nunxos.cxx.so-ooo-coexist 2001-10-10 18:36:11.000000000 +0200
2+++ oo_1.0.1_src/setup2/jsnative/nunxos.cxx 2002-08-22 21:54:44.000000000 +0200
3@@ -168,7 +168,7 @@ void UnxOS::Terminate()
4 void UnxOS::GetSVersion( char* buf, int len )
5 {
6 strcpy( buf, getenv("HOME") );
7- strcat( buf, "/.sversionrc" );
8+ strcat( buf, "/.OOoversionrc" );
9 }
10
11 //DONE
12--- oo_1.0.1_src/setup2/mow/source/loader/loader.c.so-ooo-coexist 2002-08-21 21:18:24.000000000 +0200
13+++ oo_1.0.1_src/setup2/mow/source/loader/loader.c 2002-08-22 22:01:16.000000000 +0200
14@@ -152,7 +152,7 @@ typedef const char* (*FncFindArch)(const
15
16 #define PATCH_FILE "patch.inf"
17 #define INSTDBINF_FILE "instdb.ins"
18-#define SVERSION_FILE ".sversionrc"
19+#define SVERSION_FILE ".OOoversionrc"
20
21 BOOL m_bNoJunk = FALSE;
22 BOOL m_bUseX = TRUE;
23--- oo_1.0.1_src/setup2/script/linux/1.0.0/webinstdb.inf.so-ooo-coexist 2002-08-21 21:18:24.000000000 +0200
24+++ oo_1.0.1_src/setup2/script/linux/1.0.0/webinstdb.inf 2002-08-22 21:54:44.000000000 +0200
25@@ -78,11 +78,11 @@ End
26
27 HelpText gid_Help_WrongSetup
28 ID = "";
29- Text = "The application is already installed on your system (a sversion.ini or an sofficerc file with a matching entry has been found).";
30+ Text = "The application is already installed on your system (a OOoversion.ini or an sofficerc file with a matching entry has been found).";
31 ID (49) = "";
32- Text (49) = "Die Anwendung ist in Ihrem System bereits installiert (eine Datei sversion.ini bzw. sofficerc mit entsprechendem Eintrag wurde gefunden).";
33+ Text (49) = "Die Anwendung ist in Ihrem System bereits installiert (eine Datei OOoversion.ini bzw. sofficerc mit entsprechendem Eintrag wurde gefunden).";
34 ID (33) = "";
35