From 86ffa606478d18968babe809931be65463399fbb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 23 Feb 2012 17:01:23 +0100 Subject: Get rid of CREATEVERSIONRESMGR[_NAME] --- chart2/source/tools/RessourceManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/tools') 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; } -- cgit