<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - List Styles can't be deleted in Custom Styles view"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128557#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - List Styles can't be deleted in Custom Styles view"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128557">bug 128557</a>
              from <span class="vcard"><a class="email" href="mailto:raykowj@gmail.com" title="Jim Raykowski <raykowj@gmail.com>"> <span class="fn">Jim Raykowski</span></a>
</span></b>
        <pre>Hi Xisco,

A quick glance at the code used to delete these types of styles shows:  

// We can only delete if the Rule is unused!
bool SwDoc::DelNumRule( const OUString& rName, bool bBroadcast )

I checked to see if the style can be deleted if it is not in use and indeed it
can. 

Perhaps the message box that is displayed saying the style is in use and text
will revert to parent style needs to be different for custom styles like this?</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>