]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-init-desktop.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-init-desktop.patch
1 Index: desktop/source/splash/splash.cxx
2 ===================================================================
3 RCS file: /cvs/framework/desktop/source/splash/splash.cxx,v
4 retrieving revision 1.4
5 diff -u -p -u -r1.4 splash.cxx
6 --- desktop/source/splash/splash.cxx    15 Jul 2003 14:06:11 -0000      1.4
7 +++ desktop/source/splash/splash.cxx    1 Oct 2003 12:49:29 -0000
8 @@ -227,7 +227,7 @@ void SplashScreen::initBitmap()
9                         // any language specific information, we have to search for the correct resource
10                         // file. The bitmap resource is language independent.
11                         const USHORT nResId = RID_DEFAULTINTRO;
12 -                       LanguageType aLanguageType;
13 +                       LanguageType aLanguageType = LANGUAGE_DONTKNOW;
14                         String           aMgrName = String::CreateFromAscii( "iso" );
15                         aMgrName += String::CreateFromInt32(SUPD); // current build version
16                         ResMgr* pLabelResMgr = ResMgr::SearchCreateResMgr( U2S( aMgrName ), aLanguageType );
17 Index: desktop/source/app/app.cxx
18 ===================================================================
19 RCS file: /cvs/framework/desktop/source/app/app.cxx,v
20 retrieving revision 1.121.10.1
21 diff -u -p -u -r1.121.10.1 app.cxx
22 --- desktop/source/app/app.cxx  15 Aug 2003 11:56:47 -0000      1.121.10.1
23 +++ desktop/source/app/app.cxx  1 Oct 2003 12:49:30 -0000
24 @@ -1335,7 +1336,7 @@ void Desktop::Main()
25  
26      // create title string
27      sal_Bool    bCheckOk = sal_False;
28 -    LanguageType aLanguageType;
29 +    LanguageType aLanguageType = LANGUAGE_DONTKNOW;
30      String aMgrName = String::CreateFromAscii( "iso" );
31      aMgrName += String::CreateFromInt32(SUPD); // current build version
32      ResMgr* pLabelResMgr = ResMgr::SearchCreateResMgr( U2S( aMgrName ), aLanguageType );
This page took 0.024047 seconds and 3 git commands to generate.