summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorok <ok@openoffice.org>2001-05-28 11:07:45 +0000
committerok <ok@openoffice.org>2001-05-28 11:07:45 +0000
commit5ae2f2d698e0f2f3c3eb56f4bf11cbbbea24e765 (patch)
treeb598e0903570a19bbee38f0ec456d10c34ad5246 /tools
parentf567a1270ab252d0959c29078f096efe6c814aec (diff)
fix: #87476#
Diffstat (limited to 'tools')
-rw-r--r--tools/source/rc/resmgr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 0ab07a3310cc..c43d3530b10b 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resmgr.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: th $ $Date: 2001-05-18 10:35:38 $
+ * last change: $Author: ok $ $Date: 2001-05-28 12:07:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1222,7 +1222,7 @@ ResMgr* ResMgr::CreateResMgr( const sal_Char* pPrefixName,
const UniString* pResPath )
{
// Suchreihenfolge festlegen
- const sal_Char* pLang[5];
+ const sal_Char* pLang[6];
// Resourcefile suchen
UniString aName;
@@ -1370,11 +1370,11 @@ SimpleResMgr::SimpleResMgr( const sal_Char* pPrefixName,
const UniString* pResPath )
{
// Suchreihenfolge festlegen
- const sal_Char* pLang[5];
+ const sal_Char* pLang[6];
// Resourcefile suchen
UniString aName;
- for ( int i = 0; i < 5; i++ )
+ for ( int i = 0; i < 6; i++ )
{
pLang[i] = ResMgr::GetLang( nType, i );