From cf5d54a4f608fc3067a07ab6c54d2877a7fa14fb Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 7 Jul 2008 12:26:42 +0000 Subject: INTEGRATION: CWS impress146 (1.4.54); FILE MERGED 2008/06/25 14:08:11 cl 1.4.54.1: #i91056# import shapes inside draw:a elements --- xmloff/inc/xmloff/shapeimport.hxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/xmloff/shapeimport.hxx b/xmloff/inc/xmloff/shapeimport.hxx index e7c835f48a..cae039cc62 100644 --- a/xmloff/inc/xmloff/shapeimport.hxx +++ b/xmloff/inc/xmloff/shapeimport.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: shapeimport.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -83,6 +83,8 @@ enum SdXMLGroupShapeElemTokenMap XML_TOK_GROUP_ANNOTATION, + XML_TOK_GROUP_A, + XML_TOK_GROUP_LAST }; @@ -259,6 +261,7 @@ class SvXMLShapeContext : public SvXMLImportContext protected: com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxShape; sal_Bool mbTemporaryShape; + rtl::OUString msHyperlink; public: SvXMLShapeContext( SvXMLImport& rImp, USHORT nPrfx, @@ -267,6 +270,8 @@ public: TYPEINFO(); const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& getShape() const { return mxShape; } + + void setHyperlink( const ::rtl::OUString& rHyperlink ); }; ////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3