<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Clipboard failure with HTML content"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138682">bug 138682</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>mikekaganski@hotmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Clipboard failure with HTML content"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138682#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Clipboard failure with HTML content"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138682">bug 138682</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>I may be wrong but I don't think the change of name has an impact here.
Here's a research of bCheckExistence in all LO code:
git grep -n bCheckExistence
sal/osl/w32/file_url.cxx:402:    bool bCheckExistence )
sal/osl/w32/file_url.cxx:435:            if ( !GetCaseCorrectPathNameEx(
lpszPath, cchBuffer, nSkipLevels, bCheckExistence ) )
sal/osl/w32/file_url.cxx:443:                if ( bCheckExistence )
sal/osl/w32/file_url.cxx:497:    bool bCheckExistence
sal/osl/w32/file_url.cxx:518:            return GetCaseCorrectPathNameEx(
lpszLongPath, cchBuffer, 0, bCheckExistence );
sal/osl/w32/file_url.hxx:59:    bool bCheckExistence
sw/inc/PostItMgr.hxx:147:        void            AddPostIts(bool
bCheckExistence = true,bool bFocus = true);
sw/inc/PostItMgr.hxx:170:        SwSidebarItem*  InsertItem( SfxBroadcaster*
pItem, bool bCheckExistence, bool bFocus);
sw/source/uibase/docvw/PostItMgr.cxx:278:SwSidebarItem*
SwPostItMgr::InsertItem(SfxBroadcaster* pItem, bool bCheckExistence, bool
bFocus)
sw/source/uibase/docvw/PostItMgr.cxx:280:    if (bCheckExistence)
sw/source/uibase/docvw/PostItMgr.cxx:1299:void SwPostItMgr::AddPostIts(const
bool bCheckExistence, const bool bFocus)
sw/source/uibase/docvw/PostItMgr.cxx:1307:        InsertItem(pFormatField,
bCheckExistence, bFocus);

It's only used as name parameter. Now I know that sometimes C++ may be tricky,
so...

Do you build sources or do you use a package?
I mean, if you build sources, you may revert locally and give it a try to
confirm the commit has indeed an impact.

Mike: any C++ "trick" I would have missed here on Windows part? My typo patch
was quite straightforward. I didn't change some idl attribute or things 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>