summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 11:27:43 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 11:27:43 +0000
commitc181c50b225da6ae5367b35f5f5c09a935bfc2ca (patch)
treeeacb540423074952a0519b048e483885143e6946 /xmloff
parent7e70f2d7b03eabc3006345d2f71d537f89b4ccf3 (diff)
INTEGRATION: CWS dr55 (1.2.42); FILE MERGED
2007/06/28 12:29:33 dr 1.2.42.2: #i66550# changes disabled 2007/06/15 15:41:40 dr 1.2.42.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/shapeexport.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmloff/inc/xmloff/shapeexport.hxx b/xmloff/inc/xmloff/shapeexport.hxx
index 4f15d2cfe419..357107119f9a 100644
--- a/xmloff/inc/xmloff/shapeexport.hxx
+++ b/xmloff/inc/xmloff/shapeexport.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: shapeexport.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 13:28:50 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:27:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,6 +70,7 @@
#ifndef _COM_SUN_STAR_AWT_POINT_HPP_
#include <com/sun/star/awt/Point.hpp>
#endif
+#include <com/sun/star/beans/PropertyValue.hpp>
#include <map>
@@ -230,6 +231,11 @@ private:
const rtl::OUString msStartShape;
const rtl::OUString msEndShape;
const rtl::OUString msOnClick;
+#ifdef ISSUE66550_HLINK_FOR_SHAPES
+ const rtl::OUString msOnAction;
+ const rtl::OUString msAction;
+ const rtl::OUString msURL;
+#endif
const rtl::OUString msEventType;
const rtl::OUString msPresentation;
const rtl::OUString msMacroName;