Kaydet (Commit) e829f57d authored tarafından Armin Weiss's avatar Armin Weiss

#100997# let the linestyle attribute set as in the favourite since the default…

#100997# let the linestyle attribute set as in the favourite since the default for 3d objects is different from 2d objects
üst acae690d
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: float3d.cxx,v $ * $RCSfile: float3d.cxx,v $
* *
* $Revision: 1.14 $ * $Revision: 1.15 $
* *
* last change: $Author: aw $ $Date: 2002-07-04 16:37:29 $ * last change: $Author: aw $ $Date: 2002-08-14 15:54:31 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -3298,7 +3298,10 @@ IMPL_LINK( Svx3DWin, ClickFavoriteHdl, void*, p ) ...@@ -3298,7 +3298,10 @@ IMPL_LINK( Svx3DWin, ClickFavoriteHdl, void*, p )
// throw out 2d attributes // throw out 2d attributes
for(sal_uInt16 a(SDRATTR_START); a < SDRATTR_3D_FIRST; a++) for(sal_uInt16 a(SDRATTR_START); a < SDRATTR_3D_FIRST; a++)
{ {
if(a != SDRATTR_SHADOW) if(a != SDRATTR_SHADOW
// #100997# let the linestyle attribute set as in the favourite
// since the default for 3d objects is different from 2d objects
&& a != XATTR_LINESTYLE)
{ {
aFavoriteItemSet.ClearItem(a); aFavoriteItemSet.ClearItem(a);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment