diff options
Diffstat (limited to 'sc/inc/scresid.hxx')
-rw-r--r-- | sc/inc/scresid.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scresid.hxx b/sc/inc/scresid.hxx index 7cb8136f2081..ecd059e5a156 100644 --- a/sc/inc/scresid.hxx +++ b/sc/inc/scresid.hxx @@ -40,7 +40,7 @@ class SC_DLLPUBLIC ScResId : public ResId ScResId( sal_uInt16 nId ); // in scdll.cxx }; - +#define SC_RESSTR(x) ScResId(x).toString() #endif // SC_SCRESMGR_HXX |