diff options
Diffstat (limited to 'odk/examples/python/toolpanel/toolpanel.component')
-rw-r--r-- | odk/examples/python/toolpanel/toolpanel.component | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/odk/examples/python/toolpanel/toolpanel.component b/odk/examples/python/toolpanel/toolpanel.component new file mode 100644 index 0000000000..d7fde35457 --- /dev/null +++ b/odk/examples/python/toolpanel/toolpanel.component @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> +<components xmlns="http://openoffice.org/2010/uno-components"> + <component loader="com.sun.star.loader.Python" uri="./toolpanel.py"> + <implementation name="org.libreoffice.example.toolpanel.pocFactory"> + <service name="org.libreoffice.example.toolpanel.pocFactory"/> + </implementation> + </component> +</components> |