diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 07:37:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 07:37:46 +0000 |
commit | 02a63b8eb164c359680a1961be73444eab154a3f (patch) | |
tree | 5ba37f325b5adc069a92b97f575e06830ae87c9a /connectivity/source/drivers/kab/KDEInit.h | |
parent | aae386b95800480dece1ddf74a83a03927f07a8d (diff) |
INTEGRATION: CWS dba202e (1.1.4); FILE ADDED
2006/01/20 08:32:27 fs 1.1.4.1: .
Diffstat (limited to 'connectivity/source/drivers/kab/KDEInit.h')
-rw-r--r-- | connectivity/source/drivers/kab/KDEInit.h | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/connectivity/source/drivers/kab/KDEInit.h b/connectivity/source/drivers/kab/KDEInit.h new file mode 100644 index 000000000000..55353f156c36 --- /dev/null +++ b/connectivity/source/drivers/kab/KDEInit.h @@ -0,0 +1,47 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: KDEInit.h,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: obo $ $Date: 2006-01-20 08:37:46 $ + * + * 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 + * + ************************************************************************/ + +#ifndef CONNECTIVITY_KAB_KDEINIT_H +#define CONNECTIVITY_KAB_KDEINIT_H + +// the minimum KDE version which is required at runtime +#define MIN_KDE_VERSION_MAJOR 3 +#define MIN_KDE_VERSION_MINOR 2 + +#define MAX_KDE_VERSION_MAJOR 3 +#define MAX_KDE_VERSION_MINOR 6 + + +#endif // CONNECTIVITY_KAB_KDEINIT_H |