diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-04 08:48:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-04 08:48:09 +0000 |
commit | 85605085020119fd03686bb721db8fdd650fafc3 (patch) | |
tree | fa0069d9403d7dc57e3081efa31b3325bc2435a0 /xmloff | |
parent | 95d77926cd59be60c63b49ca5bd20ee7710cf2f6 (diff) |
INTEGRATION: CWS odfversionedexport (1.1.2); FILE ADDED
2008/04/30 15:01:26 iha 1.1.2.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx b/xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx new file mode 100644 index 000000000000..4b665f3af98e --- /dev/null +++ b/xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx @@ -0,0 +1,44 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: XMLErrorBarStylePropertyHdl.hxx,v $ + * $Revision: 1.2 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * + ************************************************************************/ +#ifndef _XMLERRORBARSTYLEPROPERTYHDL_HXX_ +#define _XMLERRORBARSTYLEPROPERTYHDL_HXX_ + +#include <xmloff/EnumPropertyHdl.hxx> + +class XMLErrorBarStylePropertyHdl : public XMLEnumPropertyHdl +{ +public: + XMLErrorBarStylePropertyHdl( const SvXMLEnumMapEntry* pEnumMap, const ::com::sun::star::uno::Type & rType ); + virtual ~XMLErrorBarStylePropertyHdl(); + + virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; +}; + +#endif // _XMLERRORBARSTYLEPROPERTYHDL_HXX_ |