diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-21 08:46:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-21 08:46:58 +0000 |
commit | ac958f9c5878e8298f7de29579234210eb115135 (patch) | |
tree | cedef215efde512f578f45b0df53fc6d0b8448f9 | |
parent | bcdbbd091bdad676d2f501f941066216bc30c473 (diff) |
INTEGRATION: CWS bmpres01 (1.14.56); FILE MERGED
2004/04/27 23:12:18 ka 1.14.56.4: RESYNC: (1.15-1.16); FILE MERGED
2004/02/16 15:44:23 ka 1.14.56.3: RESYNC: (1.14-1.15); FILE MERGED
2004/02/13 14:20:12 ka 1.14.56.2: #i22149#: support for alpha masks (cleanup)
2004/02/12 12:41:42 ka 1.14.56.1: #i22149# support for alpha masks
-rw-r--r-- | svx/source/svdraw/svdhdl.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx index ed1aa575a8a1..ce39541262c7 100644 --- a/svx/source/svdraw/svdhdl.cxx +++ b/svx/source/svdraw/svdhdl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdhdl.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2004-04-02 14:12:35 $ + * last change: $Author: rt $ $Date: 2004-05-21 09:46:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2146,4 +2146,3 @@ SdrHdl* SdrHdlList::GetHdl(SdrHdlKind eKind1) const } return pRet; } - |