diff options
author | Eike Rathke <erack@redhat.com> | 2013-02-18 17:49:41 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-02-18 17:51:21 +0100 |
commit | 4090979ce0502d808b540305c89030fb9b59eeb9 (patch) | |
tree | 0da44b25274a1b8a84f493284ea140e370359dca | |
parent | 8d23b47454043122b61b2e1dc08d84ee09e1a081 (diff) |
ditched class SdrResId and some forward leftovers
Change-Id: I700f6c860ad41c6ab3426d1988631f1c5bf30533
-rw-r--r-- | svx/inc/svx/svdglob.hxx | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/svx/inc/svx/svdglob.hxx b/svx/inc/svx/svdglob.hxx index 1f8b9a1e8e5d..dbec676cfbb5 100644 --- a/svx/inc/svx/svdglob.hxx +++ b/svx/inc/svx/svdglob.hxx @@ -20,7 +20,7 @@ #ifndef _SVDGLOB_HXX #define _SVDGLOB_HXX -#include <tools/resid.hxx> +#include <sal/config.h> #include <tools/string.hxx> #include <svx/svxdllapi.h> @@ -29,22 +29,11 @@ // forward declaration //************************************************************ -class Link; class ResMgr; -class SdrEngineDefaults; - -//************************************************************ -// Defines -//************************************************************ // Get the resource manager for the app ResMgr* ImpGetResMgr(); -class SdrResId: ResId { -public: - SdrResId(sal_uInt16 nId): ResId(nId,*ImpGetResMgr()) {} -}; - // ResourceCache for frequently used strings. // Global string resources with the IDs from // SDR_StringCacheBegin (256) to SDR_StringCacheEnd |