https://bugs.documentfoundation.org/show_bug.cgi?id=128612

Heiko Tietze <heiko.tie...@documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|lowest                      |medium
           Severity|trivial                     |normal
                 CC|                            |bu...@bubli.org

--- Comment #4 from Heiko Tietze <heiko.tie...@documentfoundation.org> ---
It's beyond my skills. 

In svx/source/tbxctrls/fillctrl.cxx the function
SvxFillToolBoxControl::StateChangedAtToolBoxControl() receives
SID_ATTR_FILL_BITMAP; there is no SID_ATTR_FILL_PATTERN defined. 

Pattern and Bitmaps seems to be handled similar, see for example
svx/source/sidebar/area/AreaPropertyPanelBase.cxx
AreaPropertyPanelBase::Update() 

            case eFillStyle::BITMAP:
            case eFillStyle::PATTERN:
            {
...
                    if(pSh && pSh->GetItem(SID_BITMAP_LIST) && eXFS == BITMAP)
                    {
                    else if(pSh && pSh->GetItem(SID_PATTERN_LIST) && eXFS ==
PATTERN)
                    {
...

Maybe Bubli knows whether this is easy to solve or just not implemented yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to