diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:47:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:47:44 +0000 |
commit | 0ed6ddf3c47d12cca608e95b543ac4803241e951 (patch) | |
tree | d8198952e0ea666efc2e5584966edecbb1f07138 /tools | |
parent | 82b53ee5372fbc02502f465f82070636fc5f1082 (diff) |
INTEGRATION: CWS sb80 (1.1.2); FILE ADDED
2007/11/15 13:10:42 sb 1.1.2.1: #i81275# Added tools::extendApplicationEnvironment.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/extendapplicationenvironment.hxx | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/tools/inc/tools/extendapplicationenvironment.hxx b/tools/inc/tools/extendapplicationenvironment.hxx new file mode 100644 index 000000000000..95bad26b3d03 --- /dev/null +++ b/tools/inc/tools/extendapplicationenvironment.hxx @@ -0,0 +1,55 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: extendapplicationenvironment.hxx,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: obo $ $Date: 2008-01-07 09:47:44 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2007 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************/ + +#ifndef INCLUDED_TOOLS_EXTENDAPPLICATIONENVIRONMENT_HXX +#define INCLUDED_TOOLS_EXTENDAPPLICATIONENVIRONMENT_HXX + +#ifndef _SAL_CONFIG_H_ +#include "sal/config.h" +#endif + +#ifndef INCLUDED_TOOLSDLLAPI_H +#include "tools/toolsdllapi.h" +#endif + +namespace tools { + +// Extend the environment of the process in a platform specifc way as necessary +// for OOo-related applications; must be called first thing in main: +TOOLS_DLLPUBLIC void extendApplicationEnvironment(); + +} + +#endif |