Kaydet (Commit) 4090979c authored tarafından Eike Rathke's avatar Eike Rathke

ditched class SdrResId and some forward leftovers

Change-Id: I700f6c860ad41c6ab3426d1988631f1c5bf30533
üst 8d23b474
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef _SVDGLOB_HXX #ifndef _SVDGLOB_HXX
#define _SVDGLOB_HXX #define _SVDGLOB_HXX
#include <tools/resid.hxx> #include <sal/config.h>
#include <tools/string.hxx> #include <tools/string.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
...@@ -29,22 +29,11 @@ ...@@ -29,22 +29,11 @@
// forward declaration // forward declaration
//************************************************************ //************************************************************
class Link;
class ResMgr; class ResMgr;
class SdrEngineDefaults;
//************************************************************
// Defines
//************************************************************
// Get the resource manager for the app // Get the resource manager for the app
ResMgr* ImpGetResMgr(); ResMgr* ImpGetResMgr();
class SdrResId: ResId {
public:
SdrResId(sal_uInt16 nId): ResId(nId,*ImpGetResMgr()) {}
};
// ResourceCache for frequently used strings. // ResourceCache for frequently used strings.
// Global string resources with the IDs from // Global string resources with the IDs from
// SDR_StringCacheBegin (256) to SDR_StringCacheEnd // SDR_StringCacheBegin (256) to SDR_StringCacheEnd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment