summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-08-25 13:00:21 +0000
committerKurt Zenker <kz@openoffice.org>2003-08-25 13:00:21 +0000
commit03511a00ffe7aed0b89196f6152ae5c430cd91d8 (patch)
treee56533e1ab0158ef26ccbd2659c6e8b76ccc63ed /tools
parent6808a0523b7af99b86e3e4fef3fd9c06a7a4ffbe (diff)
INTEGRATION: CWS vcl15 (1.24.20); FILE MERGED
2003/07/24 15:05:15 pl 1.24.20.1: #111013# merge from vcl7pp1r1
Diffstat (limited to 'tools')
-rw-r--r--tools/source/rc/resmgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 50a29859a950..6c836c09f55f 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resmgr.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2003-06-12 10:31:01 $
+ * last change: $Author: kz $ $Date: 2003-08-25 14:00:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1336,7 +1336,7 @@ ResMgr* ResMgr::CreateResMgr( const sal_Char* pPrefixName,
}
}
- return NULL;
+ return SearchCreateResMgr( pPrefixName, nType );
}
// -----------------------------------------------------------------------