Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 26/06/2012, Mark McDougall <markm@vl.com.au> wrote:


These were originally fields in the word document. Showing 'field names'
in LibreOffice doesn't show any names for these 2 fields. I know one of
them was referencing a cell in a table on the 1st page - something we have
not been able to replicate in OO in the past. They're obviously fields
that OO/LO can't deal with. I'm not concerned about being able to
replicate the field - I'm happy to simply delete the field and hard-code
the text, but I can't even do that!?!

Any ideas on how to remove these 'read-only' fields?


Solved this by doing the following:

created a temporary, empty directory 'A'
used command 'unzip' to extract the odt file into the new directory 'A'
used text editor to open the extracted file 'settings.xml'
found the element 'ProtectForm' and changed to:

<config:config-item config:name="ProtectForm"
config:type="boolean">false</config:config-item>

saved changes and created new document with command:

zip -r ../newdocument.odt *

(whilst in directory 'A').

-- 
For unsubscribe instructions e-mail to: users+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.