Package com.openkm.openoffice.config

Examples of com.openkm.openoffice.config.ConfigFile


    public OpenKMAddOn( XComponentContext context )
    {
        singleton = this;
        m_xContext = context;
        try {
            configFile = new ConfigFile();
            documentFile = new DocumentFile();
            lang = new Lang();
            imageUtil = new ImageUtil();
            waitWindow = new WaitWindow();
        } catch (OKMException ex) {
View Full Code Here

TOP

Related Classes of com.openkm.openoffice.config.ConfigFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.