Hi,

Caolán McNamara schrieb:
On Mon, 2013-05-27 at 13:31 -0300, Rodolfo wrote:
Caolán,

that would be ReadOnlyDoc instead of ReadOnly.

ah right, yes. We don't actually have any .sdi files that use "ReadOnly"
do we ?

OpenGrok gives
http://opengrok.libreoffice.org/xref/core/sd/sdi/sdnew.sdi
http://opengrok.libreoffice.org/xref/core/sd/sdi/sdraw.sdi
http://opengrok.libreoffice.org/xref/core/svx/sdi/svx.sdi
http://opengrok.libreoffice.org/xref/core/svx/sdi/svx.sdi
http://opengrok.libreoffice.org/xref/core/sfx2/sdi/sfx.sdi
http://opengrok.libreoffice.org/xref/core/sc/sdi/scalc.sdi
http://opengrok.libreoffice.org/xref/core/starmath/sdi/smath.sdi
http://opengrok.libreoffice.org/xref/core/sw/sdi/swriter.sdi

The last one contains ReadOnlyDoc and ReadOnly in one item
SfxBoolItem AcceptTrackedChanges FN_REDLINE_ACCEPT
     45
     46 [
     47     /* flags: */
     48     AutoUpdate = FALSE,
     49     Cachable = Cachable,
     50     FastCall = FALSE,
     51     HasCoreId = FALSE,
     52     HasDialog = FALSE,
     53     ReadOnlyDoc = FALSE,
     54     Toggle = FALSE,
     55     Container = FALSE,
     56     RecordAbsolute = FALSE,
     57     RecordPerSet;
     58     Asynchron;
     59
     60     Readonly = FALSE,
     61
     62     /* config: */
     63     AccelConfig = TRUE,
     64     MenuConfig = TRUE,
     65     StatusBarConfig = FALSE,
     66     ToolBoxConfig = TRUE,
     67     GroupId = GID_EDIT;
     68 ]

Kind regards
Regina
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to