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 /sysui | |
parent | 64de14a0c14d5c0f47692f4a956d71bfe75614aa (diff) |
Get rid of CREATEVERSIONRESMGR[_NAME]
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/source/win32/misc/resourceprovider.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysui/source/win32/misc/resourceprovider.cxx b/sysui/source/win32/misc/resourceprovider.cxx index dc95c6d08fb2..8a8de8dbdd40 100644 --- a/sysui/source/win32/misc/resourceprovider.cxx +++ b/sysui/source/win32/misc/resourceprovider.cxx @@ -51,8 +51,6 @@ using namespace ::com::sun::star::ui::dialogs::CommonFilePickerElementIds; // //------------------------------------------------------------ -#define RES_NAME svt - // because the label of a listbox is // a control itself (static text) we // have defined a control id for this @@ -128,7 +126,7 @@ public: CResourceProvider_Impl( ) { - m_ResMgr = CREATEVERSIONRESMGR( RES_NAME ); + m_ResMgr = ResMgr::CreateResMgr("svt"); } //------------------------------------- |