1 --- svtools/inc/svtools/svtdata.hxx.old 2004-06-25 18:31:52.000000000 +0200
2 +++ svtools/inc/svtools/svtdata.hxx 2005-04-29 15:19:20.000000000 +0200
4 #ifndef _SVTOOLS_SVTDATA_HXX
5 #define _SVTOOLS_SVTDATA_HXX
7 +#include "svtools/svldllapi.h"
8 +#include "svtools/svtdllapi.h"
10 #include <tools/resid.hxx>
11 #include <tools/simplerm.hxx>
16 ResMgr * GetResMgr(const ::com::sun::star::lang::Locale aLocale);
17 - ResMgr * GetResMgr(); // VCL dependant, only available in SVT, not in SVL!
18 + SVT_DLLPUBLIC ResMgr * GetResMgr(); // VCL dependant, only available in SVT, not in SVL!
20 - ResMgr * GetPatchResMgr();
21 - ResMgr * GetPatchResMgr(const ::com::sun::star::lang::Locale& aLocale);
22 + ResMgr * GetPatchResMgr();
23 + ResMgr * GetPatchResMgr(const ::com::sun::star::lang::Locale& aLocale);
26 SimpleResMgr * GetSimpleRM(const ::com::sun::star::lang::Locale& rLocale);
28 - static ImpSvtData & GetSvtData();
29 + SVL_DLLPUBLIC static ImpSvtData & GetSvtData();
32 //============================================================================