summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 12:26:42 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 12:26:42 +0000
commitcf5d54a4f608fc3067a07ab6c54d2877a7fa14fb (patch)
tree10f1cb79b61d45c2dce5ca086ca45e7942a17806 /xmloff/inc
parentdbc72df445d8ab77c2aad9a67f926c70ac838de2 (diff)
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
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmloff/shapeimport.hxx7
1 files changed, 6 insertions, 1 deletions
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 );
};
//////////////////////////////////////////////////////////////////////////////