diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:27:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:27:13 +0000 |
commit | 3e634f886679212c2341ce2c9d26cef8353549a0 (patch) | |
tree | 2f7e98ae1fb27e0a1482f1f4d57c292939199fae /wizards/source/tutorials | |
parent | 9a0b8124e7e38ddad969e617e5006ad960515c78 (diff) |
INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED
2003/12/18 16:44:48 tv 1.1.2.2: set basic tutorial scripts to read only
Issue number:
Submitted by:
Reviewed by:
2003/12/09 14:33:52 mexx 1.1.2.1: Initial revision
Diffstat (limited to 'wizards/source/tutorials')
-rw-r--r-- | wizards/source/tutorials/dialog.xlb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wizards/source/tutorials/dialog.xlb b/wizards/source/tutorials/dialog.xlb new file mode 100644 index 000000000000..e229728f943b --- /dev/null +++ b/wizards/source/tutorials/dialog.xlb @@ -0,0 +1,7 @@ +<?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="Tutorials" library:readonly="true" library:passwordprotected="false"> + <library:element library:name="TutorialsDialog"/> + <library:element library:name="TutorialOpenDialog"/> + <library:element library:name="TutorialCloseDialog"/> +</library:library> |