[Libreoffice-commits] .: tools/source
Olivier Hallot
ohallot at kemper.freedesktop.org
Mon Jan 16 13:12:14 PST 2012
tools/source/rc/resmgr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit de8c830947a756b6d8ab2d7ef33934c9ba28036a
Author: Olivier Hallot <olivier.hallot at alta.org.br>
Date: Mon Jan 16 19:10:45 2012 -0200
fix mistake in merging tools/source/rc/resmgr.cxx
fix mistake in merging tools/source/rc/resmgr.cxx
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 4652f24..8d83533 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -203,7 +203,7 @@ void ResMgrContainer::init()
nIndex = 0;
while( nIndex >= 0 )
{
- OUString aPathElement( aEnvPath.getToken( 0, SEARCH_PATH_DELIMITER, nIndex ) );
+ OUString aPathElement( aEnvPath.getToken( 0, SAL_PATHSEPARATOR, nIndex ) );
if( !aPathElement.isEmpty() )
{
OUString aFileURL;
More information about the Libreoffice-commits
mailing list