summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-23 17:01:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-23 17:05:10 +0100
commit86ffa606478d18968babe809931be65463399fbb (patch)
treeec4772a2a3df014b39211dc5c2e5ffc7d7d548c2 /chart2
parent64de14a0c14d5c0f47692f4a956d71bfe75614aa (diff)
Get rid of CREATEVERSIONRESMGR[_NAME]
Diffstat (limited to 'chart2')
-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;
}