diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-01-16 19:10:45 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-01-16 19:10:45 -0200 |
commit | de8c830947a756b6d8ab2d7ef33934c9ba28036a (patch) | |
tree | 3412365f47e8ac24f233fee7c6e349e910579ed5 /tools | |
parent | 81e50fb2e378120d05f7ffdee216ce6e248e189b (diff) |
fix mistake in merging tools/source/rc/resmgr.cxx
fix mistake in merging tools/source/rc/resmgr.cxx
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 4652f2489210..8d83533a8fbf 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; |