https://bugs.freedesktop.org/show_bug.cgi?id=69333

Caolán McNamara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #5 from Caolán McNamara <[email protected]> ---
You could try changing the code at those lines, which probably looks like this

aMasterPageTargetSet.insert( xMasterPageTarget->getMasterPage() );

to

aMasterPageTargetSet.insert(
    Reference<XInterface>(xMasterPageTarget->getMasterPage()));

But of course 4.0.X.Y is too old at this point for us to support

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to