diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-23 17:01:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-23 17:05:10 +0100 |
commit | 86ffa606478d18968babe809931be65463399fbb (patch) | |
tree | ec4772a2a3df014b39211dc5c2e5ffc7d7d548c2 /svx | |
parent | 64de14a0c14d5c0f47692f4a956d71bfe75614aa (diff) |
Get rid of CREATEVERSIONRESMGR[_NAME]
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/datanavi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx index 0e0054c537a1..38543c61083d 100644 --- a/svx/source/form/datanavi.cxx +++ b/svx/source/form/datanavi.cxx @@ -3675,7 +3675,7 @@ namespace svxform m_aFilePickerBtn.SetClickHdl( LINK( this, AddInstanceDialog, FilePickerHdl ) ); // load the filter name from fps_office resource - m_sAllFilterName = String( ResId( STR_FILTERNAME_ALL, *CREATEVERSIONRESMGR(fps_office) ) ); + m_sAllFilterName = String( ResId( STR_FILTERNAME_ALL, *ResMgr::CreateResMgr("fps_office") ) ); } AddInstanceDialog::~AddInstanceDialog() |