update dev300-m57
[ooovba.git] / applied_patches / 0163-fpicker-kde-gcc4-visibility.diff
blob3cce40bf5d8dacf38b18f2fa78753804d921d139
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
3 @@ -62,6 +62,9 @@
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>
13 @@ -102,15 +108,15 @@
15 public:
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 //============================================================================