Bugzilla – Attachment 142115 Details for
Bug 117455
Add color drawing styles in Draw
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Solution for missing gradient names
HelpForHeiko.diff (text/plain), 701 bytes, created by
Regina Henschel
on 2018-05-15 15:45:56 UTC
(
hide
)
Description:
Solution for missing gradient names
Filename:
MIME Type:
Creator:
Regina Henschel
Created:
2018-05-15 15:45:56 UTC
Size:
701 bytes
patch
obsolete
>diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx >index 46e5e4d0cff0..df94c5c84477 100644 >--- a/sd/source/core/drawdoc4.cxx >+++ b/sd/source/core/drawdoc4.cxx >@@ -380,6 +380,7 @@ void SdDrawDocument::CreateLayoutTemplates() > aGradient.SetStartColor( Color(0x0077bc65) ); // light green 2 > aGradient.SetEndColor( Color(0x00069a2e) ); // dark green 1 > aFillGradient.SetGradientValue(aGradient); >+ aFillGradient.PutValue(uno::makeAny( OUString("filledGreen") ), MID_NAME); > pISet->Put( XFillStyleItem(drawing::FillStyle_GRADIENT) ); > pISet->Put( aFillGradient ); > pISet->Put( XLineStyleItem(drawing::LineStyle_NONE) );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 117455
:
141925
|
141926
|
142082
| 142115