diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:37:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:37:42 +0000 |
commit | d0ce0ccfa983dadc4b69ae5eaba9f27e72f02ddd (patch) | |
tree | c4828a333462e96c09b40b8d95356cebd1d19677 /i18npool/source/isolang/insys.cxx | |
parent | ae37b4ce37da0f2f8689adf3683bbb75d0240876 (diff) |
INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED
2006/02/10 19:13:24 er 1.1.2.1: #i52115# move tools/source/intntl/ to i18npool/source/isolang/
Diffstat (limited to 'i18npool/source/isolang/insys.cxx')
-rw-r--r-- | i18npool/source/isolang/insys.cxx | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/i18npool/source/isolang/insys.cxx b/i18npool/source/isolang/insys.cxx new file mode 100644 index 000000000000..71c217562835 --- /dev/null +++ b/i18npool/source/isolang/insys.cxx @@ -0,0 +1,52 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: insys.cxx,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: vg $ $Date: 2006-04-07 14:37:42 $ + * + * 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 2005 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 + * + ************************************************************************/ + +#if defined( WNT ) + +#include "inwnt.cxx" + +#elif defined( MAC ) + +#include "inmac.cxx" + +#elif defined( UNX ) + +#include "inunx.cxx" + +#else + +#error unknown platform + +#endif |