<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - The ImplementationName "com.sun.star.comp.math.FormulaDocument was changed to upper case "M" in ".Math." New incompatibilities!"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111811">bug 111811</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;">CC</td>
           <td>
                
           </td>
           <td>sbergman@redhat.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - The ImplementationName "com.sun.star.comp.math.FormulaDocument was changed to upper case "M" in ".Math." New incompatibilities!"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111811#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - The ImplementationName "com.sun.star.comp.math.FormulaDocument was changed to upper case "M" in ".Math." New incompatibilities!"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111811">bug 111811</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>Perhaps this was
<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=3099c70b11c7e5b80fe4dbe3dc99171fb38c6fc2">https://cgit.freedesktop.org/libreoffice/core/commit/?id=3099c70b11c7e5b80fe4dbe3dc99171fb38c6fc2</a> 

 OUString SmModel::getImplementationName(void) throw( uno::RuntimeException,
std::exception )
 {
-    return OUString("com.sun.star.comp.math.FormulaDocument");
+    return OUString("com.sun.star.comp.Math.FormulaDocument");
 }

where there seems to have been an inconsistency before that where
Math.FormulaDocument is used in some places and math.FormulaDocument in that
one place</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>