summaryrefslogtreecommitdiff
path: root/sd/inc/sdresid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/sdresid.hxx')
-rw-r--r--sd/inc/sdresid.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/inc/sdresid.hxx b/sd/inc/sdresid.hxx
index 2fdb9e30d236..32f4b1301de2 100644
--- a/sd/inc/sdresid.hxx
+++ b/sd/inc/sdresid.hxx
@@ -20,14 +20,10 @@
#ifndef INCLUDED_SD_INC_SDRESID_HXX
#define INCLUDED_SD_INC_SDRESID_HXX
-#include <tools/resid.hxx>
#include "sddllapi.h"
#include "sdmod.hxx"
-inline OUString SdResId(sal_uInt16 nId)
-{
- return ResId(nId, *SD_MOD()->GetResMgr());
-}
+SD_DLLPUBLIC OUString SdResId(const char* pId);
#endif /* _SD_SDRESID_HXX */