diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-05 10:01:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-05 10:01:21 +0000 |
commit | c13edeef738eccebb5e5ffe823469ac0ed90990a (patch) | |
tree | b165e9a380b1711751e35cb1d52dc8141bb39056 /vcl | |
parent | 5a7d10c9875e9b8575f7c3e03605abf32717cf50 (diff) |
INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED
2006/01/12 13:57:32 obr 1.1.2.3: #i47890# Solaris compile fixes
2006/01/10 09:16:05 obr 1.1.2.2: #i47890# InitAtkBridge needs to get exported
2006/01/05 14:06:37 obr 1.1.2.1: #i47890# override toolkit name and version and reworked bridge initialization
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/inc/plugins/gtk/atkbridge.hxx | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/vcl/unx/inc/plugins/gtk/atkbridge.hxx b/vcl/unx/inc/plugins/gtk/atkbridge.hxx new file mode 100644 index 000000000000..341fbd9537df --- /dev/null +++ b/vcl/unx/inc/plugins/gtk/atkbridge.hxx @@ -0,0 +1,45 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: atkbridge.hxx,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: rt $ $Date: 2006-05-05 11:01:21 $ + * + * 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 __ATK_BRIDGE_HXX__ +#define __ATK_BRIDGE_HXX__ + +#ifndef _VCL_DLLAPI_H +#include <dllapi.h> +#endif + +void VCL_DLLPUBLIC InitAtkBridge(void); + +#endif |