summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Jacobi <sj@openoffice.org>2008-10-29 13:20:57 +0000
committerSven Jacobi <sj@openoffice.org>2008-10-29 13:20:57 +0000
commit1c57167b3ba8370958b9050a2fcbfbde87cba38c (patch)
tree1830aa4c952775d3c4921daec441a1dc013021bc
parentbcf451a50b85f77aaff3ddfb86a67916e14609d9 (diff)
undoing change committed in 262793ooo/DEV300_m34
-rw-r--r--xmloff/inc/xmloff/WordWrapPropertyHdl.hxx56
1 files changed, 0 insertions, 56 deletions
diff --git a/xmloff/inc/xmloff/WordWrapPropertyHdl.hxx b/xmloff/inc/xmloff/WordWrapPropertyHdl.hxx
deleted file mode 100644
index a9c4d3476d..0000000000
--- a/xmloff/inc/xmloff/WordWrapPropertyHdl.hxx
+++ /dev/null
@@ -1,56 +0,0 @@
-/*************************************************************************
- *
- * 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: WordWrapPropertyHdl.hxx,v $
- * $Revision: 1.1.2.1 $
- *
- * 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 _XMLOFF_WORDWRAPPROPERTYHANDLER_HXX
-#define _XMLOFF_WORDWRAPPROPERTYHANDLER_HXX
-
-#include <xmloff/xmlprhdl.hxx>
-#include <xmloff/xmltoken.hxx>
-#include <com/sun/star/uno/Type.h>
-#include <xmloff/xmlement.hxx>
-
-/**
- PropertyHandler for a named xml bool type:
-*/
-class SvXMLImport;
-class XMLWordWrapPropertyHdl : public XMLPropertyHandler
-{
-private:
- SvXMLImport* mpImport;
-
-public:
- XMLWordWrapPropertyHdl( SvXMLImport* pImport );
- virtual ~XMLWordWrapPropertyHdl();
-
- virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
- virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
-};
-
-#endif // _XMLOFF_NAMEDBOOLPROPERTYHANDLER_HXX