diff options
author | Behrend Cornelius <bc@openoffice.org> | 2002-01-22 12:03:37 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2002-01-22 12:03:37 +0000 |
commit | a4a101cea91b00147aefc1b810cbd3fb3d6d0ca5 (patch) | |
tree | d870fca529e972abe762bc9b607a6c06f7d000f3 /wizards/source/schedule/script.xlb | |
parent | ed7a3a81cd72d1cac35367370d97166a44b3a1fc (diff) |
#96494# Read only flag set to true
Diffstat (limited to 'wizards/source/schedule/script.xlb')
-rw-r--r-- | wizards/source/schedule/script.xlb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/schedule/script.xlb b/wizards/source/schedule/script.xlb index d6617bd76..96dd8da57 100644 --- a/wizards/source/schedule/script.xlb +++ b/wizards/source/schedule/script.xlb @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd"> -<library:library xmlns:library="http://openoffice.org/2000/library" library:name="Schedule" library:readonly="false" library:passwordprotected="false"> +<library:library xmlns:library="http://openoffice.org/2000/library" library:name="Schedule" library:readonly="true" library:passwordprotected="false"> <library:element library:name="OwnEvents"/> <library:element library:name="CalendarMain"/> <library:element library:name="BankHoliday"/> @@ -9,4 +9,4 @@ <library:element library:name="CreateTable"/> <library:element library:name="GermanHolidays"/> <library:element library:name="LocalHolidays"/> -</library:library>
\ No newline at end of file +</library:library> |