summaryrefslogtreecommitdiff
path: root/sc/inc/scresid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/scresid.hxx')
-rw-r--r--sc/inc/scresid.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sc/inc/scresid.hxx b/sc/inc/scresid.hxx
index d74c870d8101..d754f8eeea8f 100644
--- a/sc/inc/scresid.hxx
+++ b/sc/inc/scresid.hxx
@@ -20,16 +20,10 @@
#ifndef INCLUDED_SC_INC_SCRESID_HXX
#define INCLUDED_SC_INC_SCRESID_HXX
-#include <tools/resid.hxx>
+#include <rtl/ustring.hxx>
#include "scdllapi.h"
-class SC_DLLPUBLIC ScResId : public ResId
-{
- public:
- ScResId( sal_uInt16 nId ); // in scdll.cxx
-};
-
-#define SC_RESSTR(x) ScResId(x).toString()
+OUString SC_DLLPUBLIC ScResId(sal_uInt16 nId);
#endif // SC_SCRESMGR_HXX