summaryrefslogtreecommitdiff
path: root/sysui/source/win32/misc
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/source/win32/misc')
-rw-r--r--sysui/source/win32/misc/resourceprovider.cxx4
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");
}
//-------------------------------------