]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-i18n-search-all.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-i18n-search-all.patch
CommitLineData
9f2b5548 1Index: tools/source/rc/resmgr.cxx
2===================================================================
3RCS file: /cvs/util/tools/source/rc/resmgr.cxx,v
4retrieving revision 1.24
5diff -u -3 -p -r1.24 resmgr.cxx
6--- tools/source/rc/resmgr.cxx 12 Jun 2003 10:31:01 -0000 1.24
7+++ tools/source/rc/resmgr.cxx 6 Nov 2003 16:17:19 -0000
8@@ -1336,7 +1338,8 @@ ResMgr* ResMgr::CreateResMgr( const sal_
9 }
10 }
11
12- return NULL;
13+ // No resources found - fall back to any language
14+ return SearchCreateResMgr(pPrefixName, nType);
15 }
16
17 // -----------------------------------------------------------------------
This page took 0.060357 seconds and 4 git commands to generate.