Package com.openkm.openoffice.i18n

Examples of com.openkm.openoffice.i18n.Lang


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

TOP

Related Classes of com.openkm.openoffice.i18n.Lang

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.