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

--- Comment #8 from Jouni Kosonen <bug...@tukesoft.com> ---
Created attachment 86499
  --> https://bugs.freedesktop.org/attachment.cgi?id=86499&action=edit
keep IDF_ATTRIB and IDF_CONTENTS bitmaps non-overlapping

One line change to the additions introduced in 4205ca800 
Fixes fdo#69450 here and should leave fdo#39484 fixed.


 const sal_uInt16 IDF_SPECIAL_BOOLEAN = 0x1000;
-const sal_uInt16 IDF_ATTRIB     = IDF_HARDATTR | IDF_STYLES | IDF_OUTLINE;
+const sal_uInt16 IDF_ATTRIB     = IDF_HARDATTR | IDF_STYLES;
 const sal_uInt16 IDF_CONTENTS   = IDF_VALUE | IDF_DATETIME | IDF_STRING |
IDF_NOTE | IDF_FORMULA | IDF_OUTLINE;

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

Reply via email to