diff options
author | Tom Verbeek <tv@openoffice.org> | 2001-08-02 15:49:30 +0000 |
---|---|---|
committer | Tom Verbeek <tv@openoffice.org> | 2001-08-02 15:49:30 +0000 |
commit | 45675069767490469f80112cf7907158b18c3c19 (patch) | |
tree | 16415ba074066c23408ea8fb0b2abca8d972f131 /wizards/source/tools/ModuleControls.xba | |
parent | 5897a7044b67dfcbc5f1d2988c1be127dc59f739 (diff) |
#90532# fixed change to new file format with the templates
Diffstat (limited to 'wizards/source/tools/ModuleControls.xba')
-rw-r--r-- | wizards/source/tools/ModuleControls.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/tools/ModuleControls.xba b/wizards/source/tools/ModuleControls.xba index fab31d51cf1f..390369953351 100644 --- a/wizards/source/tools/ModuleControls.xba +++ b/wizards/source/tools/ModuleControls.xba @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <script:module xmlns:script="http://openoffice.org/2000/script" script:name="ModuleControls" script:language="StarBasic">Option Explicit - +'bla ' Accepts the name of a control and returns the respective control model as object ' The Container can either be a whole document or a specific sheet of a Calc-Document |