Hello Kevin,

2011/11/23 Kevin Hunter <hunt...@earlham.edu>:
> Hello List,
>
> I'm trying to get hold of an ScDocument "from scratch".  I have naively
> attempted to replicate another section of code, but for the life of me can't
> figure out what I'm missing.  My code crashes with a SIGSEGV on this line:
>
> aDocShell = new ScDocShell();
>
> I think I've boiled it down to a null pointer dereference (see attached,
> please), but that implies the existing code is incorrect, which I'm not yet
> ready to admit.
>

Can you explain in a bit more detail what you want to do. You can't
just create a new ScDocShell, you always need to do some
initialisation before. Depending on what you want to do you should not
need to create the ScDocShell yourself.

Regards,
Markus
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to