summaryrefslogtreecommitdiff
path: root/include/svx/svdetc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdetc.hxx')
-rw-r--r--include/svx/svdetc.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/svdetc.hxx b/include/svx/svdetc.hxx
index ef0619358141..8cffd3cb6323 100644
--- a/include/svx/svdetc.hxx
+++ b/include/svx/svdetc.hxx
@@ -39,7 +39,6 @@
* is set.
*/
-class ResMgr;
class SdrOutliner;
class SdrModel;
class SvtSysLocale;
@@ -208,7 +207,6 @@ public:
std::vector<Link<SdrObjUserDataCreatorParams, SdrObjUserData*>>
aUserMakeObjUserDataHdl;
SdrEngineDefaults* pDefaults;
- ResMgr* pResMgr;
OLEObjCache aOLEObjCache;
@@ -224,7 +222,7 @@ SVX_DLLPUBLIC SdrGlobalData & GetSdrGlobalData();
namespace sdr
{
- SVX_DLLPUBLIC OUString GetResourceString(sal_uInt16 nResID);
+ SVX_DLLPUBLIC OUString GetResourceString(const char* pResID);
}