summaryrefslogtreecommitdiff
path: root/soldep/inc/soldep/sdtresid.hxx
blob: 04983ec48d5205f1e04ecdf160b5af017318511e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef _SOLDEV_RESID_HXX_
#define _SOLDEV_RESID_HXX_
#include <tools/resmgr.hxx>
#include <tools/shl.hxx>
#include <vcl/svapp.hxx>


class SolDevDll
{
    ResMgr*             pResMgr;
public:
                        SolDevDll();
                        ~SolDevDll();

    ResMgr*             GetResMgr() { return pResMgr; }
};

class DtSodResId : public ResId
{
public:
    DtSodResId(USHORT nId);
};

#endif