[Libreoffice] [PATCH] DbgAssert error: "HeaderBar::InsertItem(): ItemId already exists"
Lionel Elie Mamane
lionel at mamane.lu
Fri Aug 5 07:47:59 PDT 2011
On Fri, Aug 05, 2011 at 03:22:35PM +0100, Caolán McNamara wrote:
> On Fri, 2011-08-05 at 16:13 +0200, Lionel Elie Mamane wrote:
>> In libreoffice-3-4, file svtools/inc/svtools/fileview.hxx:
>> #define FILEVIEW_SHOW_TITLE 0x0010
>> #define FILEVIEW_SHOW_SIZE 0x0020
>> #define FILEVIEW_SHOW_DATE 0x0040
>> #define FILEVIEW_SHOW_ALL 0x0070
>> #define FILEVIEW_SHOW_NONE 0x00A0
>> In my opinion, we should seriously consider changing
>> FILEVIEW_SHOW_NONE to
>> #define FILEVIEW_SHOW_NONE 0x0080
> Sure, go for it.
So, here's the patch. I recompiled with it applied, libreoffice did
not completely break, I could open files (the open file dialog looked
alright), close them, do some random edits.
I generated it against libreoffice-3-4, but it should apply cleanly
against master, too.
--
Lionel
More information about the LibreOffice
mailing list