diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 20:39:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 20:39:08 +0000 |
commit | b82b48a9f773e5e693c7da0da3b6bc3fad1e9612 (patch) | |
tree | e7b76188dc68457189f4ae1af7b5036227c20391 /soldep/inc | |
parent | 63a9aa3d3fb5f57b38f5185d7f43394790aefbb2 (diff) |
INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED
2007/02/09 16:15:17 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to soldep/inc/soldep and correspondent necessary changes
Diffstat (limited to 'soldep/inc')
-rw-r--r-- | soldep/inc/soldep/sdtresid.hxx | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/soldep/inc/soldep/sdtresid.hxx b/soldep/inc/soldep/sdtresid.hxx new file mode 100644 index 000000000000..04983ec48d52 --- /dev/null +++ b/soldep/inc/soldep/sdtresid.hxx @@ -0,0 +1,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 + |