summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 12:13:53 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 12:13:53 +0000
commita5f9b6693ceda470eddfecde606621683b7768e1 (patch)
tree0cd02fd757dc9f90a4b40e4dd56e2d9e1c475d00
parent69873f80138fa5826e43476be76be4f891572f2e (diff)
INTEGRATION: CWS pathfinder01 (1.5.384); FILE MERGED
2007/07/03 13:03:16 cl 1.5.384.1: #i41800# implemented support for path animation editing for custom animations
-rw-r--r--sd/source/ui/inc/fuconbez.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/inc/fuconbez.hxx b/sd/source/ui/inc/fuconbez.hxx
index ac98b32b9..fdb59f780 100644
--- a/sd/source/ui/inc/fuconbez.hxx
+++ b/sd/source/ui/inc/fuconbez.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuconbez.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-12-14 17:08:38 $
+ * last change: $Author: rt $ $Date: 2007-07-06 13:13:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,8 @@
#ifndef SD_FU_CONSTRUCT_BEZIER_HXX
#define SD_FU_CONSTRUCT_BEZIER_HXX
+#include <com/sun/star/uno/Any.hxx>
+
#ifndef SD_FU_CONSTRUCT_HXX
#include "fuconstr.hxx"
#endif
@@ -84,6 +86,8 @@ protected:
SfxRequest& rReq);
USHORT nEditMode;
+
+ ::com::sun::star::uno::Any maTargets; // used for creating a path for custom animations
};
} // end of namespace sd