diff options
Diffstat (limited to 'framework/inc/classes/fwkresid.hxx')
-rw-r--r-- | framework/inc/classes/fwkresid.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/inc/classes/fwkresid.hxx b/framework/inc/classes/fwkresid.hxx index c726ed213a23..31c61779fb39 100644 --- a/framework/inc/classes/fwkresid.hxx +++ b/framework/inc/classes/fwkresid.hxx @@ -43,6 +43,8 @@ class FWE_DLLPUBLIC FwkResId : public ResId static ResMgr* GetResManager(); }; +#define FWK_RESSTR(x) FwkResId(x).toString() + } #endif // __FRAMEWORK_CLASSES_FWKRESID |