diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 18:58:50 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 18:58:50 +0200 |
commit | 5b12e93bbc939a58d92b7d4cf416734a35e77eb0 (patch) | |
tree | 24a30a2af16b7d0ac56463c90e8005ce85c15090 /svx/source/form | |
parent | e5a34cb9a14edb7a9c2046f2ae51ff0f26d4bb72 (diff) | |
parent | 8465c4543d1207948fe6574a976e48869d95623b (diff) |
CWS-TOOLING: integrate CWS dtardon01
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/datanavi.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx index e22ee66e0ea2..e02e8664c6ac 100644 --- a/svx/source/form/datanavi.cxx +++ b/svx/source/form/datanavi.cxx @@ -3683,11 +3683,8 @@ namespace svxform m_aURLED.DisableHistory(); m_aFilePickerBtn.SetClickHdl( LINK( this, AddInstanceDialog, FilePickerHdl ) ); - // load the filter name from svtools resource - ByteString aResMgrName( "svt" ); - ResMgr* pSvtResMgr = ResMgr::CreateResMgr( - aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() ); - m_sAllFilterName = String( ResId( STR_FILTERNAME_ALL, *pSvtResMgr ) ); + // load the filter name from fps_office resource + m_sAllFilterName = String( ResId( STR_FILTERNAME_ALL, *CREATEVERSIONRESMGR(fps_office) ) ); } AddInstanceDialog::~AddInstanceDialog() |