]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-icon-masks.patch
- up
[packages/libreoffice.git] / openoffice-icon-masks.patch
CommitLineData
efef92ce 1Index: sd/source/ui/view/viewshel.cxx
2===================================================================
3RCS file: /cvs/graphics/sd/source/ui/view/viewshel.cxx,v
4retrieving revision 1.22
5diff -u -p -u -r1.22 viewshel.cxx
6--- sd/source/ui/view/viewshel.cxx 4 Jun 2003 11:06:02 -0000 1.22
7+++ sd/source/ui/view/viewshel.cxx 30 Sep 2003 14:41:36 -0000
8@@ -121,13 +121,6 @@ SO2_DECL_REF(SvInPlaceObject)
9
10 #define DELTA_ZOOM 10
11
12-// Use magenta as transparency color instead of the standard gray that is
13-// imported from vcl/image.hxx
14-#undef IMAGE_STDBTN_COLOR
15-#undef IMAGE_STDBTN_COLOR_HC
16-#define IMAGE_STDBTN_COLOR Color(0xff,0x00,0xff)
17-#define IMAGE_STDBTN_COLOR_HC Color(0xff,0x00,0xff)
18-
19 /*************************************************************************
20 |*
21 |* SFX-Slotmap und Standardinterface deklarieren
22Index: sd/source/ui/view/drviewsa.cxx
23===================================================================
24RCS file: /cvs/graphics/sd/source/ui/view/drviewsa.cxx,v
25retrieving revision 1.17
26diff -u -p -u -r1.17 drviewsa.cxx
27--- sd/source/ui/view/drviewsa.cxx 22 May 2003 10:32:31 -0000 1.17
28+++ sd/source/ui/view/drviewsa.cxx 30 Sep 2003 14:45:12 -0000
29@@ -146,13 +146,6 @@ using namespace ::com::sun::star;
30
31 BOOL SdDrawViewShell::bPipette = FALSE;
32
33-// Use magenta as transparency color instead of the standard gray that is
34-// imported from vcl/image.hxx
35-#undef IMAGE_STDBTN_COLOR
36-#undef IMAGE_STDBTN_COLOR_HC
37-#define IMAGE_STDBTN_COLOR Color(0xff,0x00,0xff)
38-#define IMAGE_STDBTN_COLOR_HC Color(0xff,0x00,0xff)
39-
40 // ------------------------
41 // - ScannerEventListener -
42 // ------------------------
This page took 0.053171 seconds and 4 git commands to generate.