<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:heiko.tietze@documentfoundation.org" title="Heiko Tietze <heiko.tietze@documentfoundation.org>"> <span class="fn">Heiko Tietze</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Toolbars show wrong area type for pattern and do not work correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128612">bug 128612</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Priority</td>
           <td>lowest
           </td>
           <td>medium
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Severity</td>
           <td>trivial
           </td>
           <td>normal
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>bubli@bubli.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Toolbars show wrong area type for pattern and do not work correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128612#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Toolbars show wrong area type for pattern and do not work correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128612">bug 128612</a>
              from <span class="vcard"><a class="email" href="mailto:heiko.tietze@documentfoundation.org" title="Heiko Tietze <heiko.tietze@documentfoundation.org>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>