View | Details | Raw Unified | Return to issue 9709
Collapse All | Expand All

(-)a/sc/source/core/tool/ddelink.cxx (-5 / +1 lines)
Lines 59-69 Link Here
59
59
60
TYPEINIT2(ScDdeLink,::sfx2::SvBaseLink,SfxBroadcaster);
60
TYPEINIT2(ScDdeLink,::sfx2::SvBaseLink,SfxBroadcaster);
61
61
62
#ifdef PM2
62
#define DDE_TXT_ENCODING 	gsl_getSystemTextEncoding()
63
#define DDE_TXT_ENCODING    RTL_TEXTENCODING_IBM_850
64
#else
65
#define DDE_TXT_ENCODING 	RTL_TEXTENCODING_MS_1252
66
#endif
67
63
68
BOOL ScDdeLink::bIsInUpdate = FALSE;
64
BOOL ScDdeLink::bIsInUpdate = FALSE;
69
65
(-)a/sw/source/core/fields/ddefld.cxx (-5 / +1 lines)
Lines 79-89 Link Here
79
using namespace rtl;
79
using namespace rtl;
80
using namespace ::com::sun::star;
80
using namespace ::com::sun::star;
81
81
82
#ifdef PM2
82
#define DDE_TXT_ENCODING 	gsl_getSystemTextEncoding()
83
#define DDE_TXT_ENCODING    RTL_TEXTENCODING_IBM_850
84
#else
85
#define DDE_TXT_ENCODING 	RTL_TEXTENCODING_MS_1252
86
#endif
87
83
88
/*--------------------------------------------------------------------
84
/*--------------------------------------------------------------------
89
	Beschreibung: Globale Variablen
85
	Beschreibung: Globale Variablen
(-)a/sw/source/ui/dochdl/swdtflvr.cxx (-5 / +1 lines)
Lines 333-343 using namespace nsTransferBufferType; Link Here
333
333
334
#ifdef DDE_AVAILABLE
334
#ifdef DDE_AVAILABLE
335
335
336
#ifdef PM2
336
#define DDE_TXT_ENCODING 	gsl_getSystemTextEncoding()
337
#define DDE_TXT_ENCODING    RTL_TEXTENCODING_IBM_850
338
#else
339
#define DDE_TXT_ENCODING 	RTL_TEXTENCODING_MS_1252
340
#endif
341
337
342
//---------------------------------------------
338
//---------------------------------------------
343
// this struct conforms to the Microsoft
339
// this struct conforms to the Microsoft

Return to issue 9709