Regina Henschel wrote: > Hi all, > > I have added SW_DLLPUBLIC in dbgoutsw.hxx. > > Then I have build it with --enable-dbgutil and left out --enable-debug > as Eike told me. That build finished. I installed it and started it. > > Next step I did (analog to Eike's mail) > cd sw > build killobj > build debug=true > > and copied the dll-files to Basis\program. > > I started OOo again, used a new text document and pressed DT F3 to > insert a dummy text. I got a "Debug Output" window with "Error: > Assertion failed". > FILE: ../sw/source/core/doc/docnum.cxx at line 2862 > ERROR: "<SwDoc::createListForListStyle(..)> - a list for the provided > list style name already exists. Serious defect -> please inform OD." > > Did I make a mistake or is there an error which I should report in > Issuetracker?
i've just asked Oliver, and he said it's probably a bug, and you should file an issue (assign it to od). unfortunately, there are quite some assertions that have been in the code for a long time, and are easily triggered (like the "Ascent != Descent" one). this one does not seem to be one of those (as the "Serious defect" already suggests). (note that you can also disable the debug assertion windows, or at least make them not be dialogs; for details see here:) http://wiki.services.openoffice.org/wiki/Non_Product_Build > kind regards > Regina regards, michael -- "The question of whether a computer can think is no more interesting than the question of whether a submarine can swim." -- Edsger W. Dijkstra --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org