diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-07 08:42:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-07 08:42:22 +0000 |
commit | 9b75e7a6504294e6b9bc7ecb5e5856a11e497797 (patch) | |
tree | d08da253f91674370b4a1390cd87624c0ac77152 /vcl/unx/inc | |
parent | f84476a3768bed31083a2d7e448a0e6e8fd2a4eb (diff) |
INTEGRATION: CWS aquacolors (1.1.2); FILE ADDED
2006/02/14 22:01:16 ericb 1.1.2.1: #i61174# add mac OS X integrator for aquacolors
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r-- | vcl/unx/inc/macosxint.hxx | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/vcl/unx/inc/macosxint.hxx b/vcl/unx/inc/macosxint.hxx new file mode 100644 index 000000000000..ed5a444c8f20 --- /dev/null +++ b/vcl/unx/inc/macosxint.hxx @@ -0,0 +1,57 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: macosxint.hxx,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: rt $ $Date: 2006-03-07 09:42:22 $ + * + * 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 _SV_MACOSXINT_HXX +#define _SV_MACOSXINT_HXX + +#ifndef _SV_DTINT_HXX +#include <dtint.hxx> +#endif +#ifndef _LIST_HXX +#include <tools/list.hxx> +#endif + +class MACOSXIntegrator : public DtIntegrator +{ + friend DtIntegrator* DtIntegrator::CreateDtIntegrator(); +private: + MACOSXIntegrator(); + +public: + virtual ~MACOSXIntegrator(); + + virtual void GetSystemLook( AllSettings& rSettings ); +}; + +#endif |