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

(-)sd/source/ui/view/viewshel.cxx (-7 lines)
Lines 121-133 SO2_DECL_REF(SvInPlaceObject) Link Here
121
121
122
#define DELTA_ZOOM  10
122
#define DELTA_ZOOM  10
123
123
124
// Use magenta as transparency color instead of the standard gray that is
125
// imported from vcl/image.hxx
126
#undef IMAGE_STDBTN_COLOR
127
#undef IMAGE_STDBTN_COLOR_HC
128
#define IMAGE_STDBTN_COLOR Color(0xff,0x00,0xff)
129
#define IMAGE_STDBTN_COLOR_HC Color(0xff,0x00,0xff)
130
131
/*************************************************************************
124
/*************************************************************************
132
|*
125
|*
133
|* SFX-Slotmap und Standardinterface deklarieren
126
|* SFX-Slotmap und Standardinterface deklarieren
(-)sd/source/ui/view/drviewsa.cxx (-7 lines)
Lines 146-158 using namespace ::com::sun::star; Link Here
146
146
147
BOOL SdDrawViewShell::bPipette = FALSE;
147
BOOL SdDrawViewShell::bPipette = FALSE;
148
148
149
// Use magenta as transparency color instead of the standard gray that is
150
// imported from vcl/image.hxx
151
#undef IMAGE_STDBTN_COLOR
152
#undef IMAGE_STDBTN_COLOR_HC
153
#define IMAGE_STDBTN_COLOR Color(0xff,0x00,0xff)
154
#define IMAGE_STDBTN_COLOR_HC Color(0xff,0x00,0xff)
155
156
// ------------------------
149
// ------------------------
157
// - ScannerEventListener -
150
// - ScannerEventListener -
158
// ------------------------
151
// ------------------------

Return to issue 20470