summaryrefslogtreecommitdiff
path: root/chart2/source/tools
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools')
-rw-r--r--chart2/source/tools/RessourceManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/RessourceManager.cxx b/chart2/source/tools/RessourceManager.cxx
index adaa80d11b08..b485f8a4d8d1 100644
--- a/chart2/source/tools/RessourceManager.cxx
+++ b/chart2/source/tools/RessourceManager.cxx
@@ -40,7 +40,7 @@ ResMgr & RessourceManager::getRessourceManager()
{
// not threadsafe
if( ! m_pRessourceManager )
- m_pRessourceManager = CREATEVERSIONRESMGR( chartcontroller );
+ m_pRessourceManager = ResMgr::CreateResMgr("chartcontroller");
OSL_ASSERT( m_pRessourceManager );
return *m_pRessourceManager;
}