From 2b6072dde2a11c6c95b0899773738b2a4a2c9d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 19 May 2004 06:44:34 +0000 Subject: [PATCH] INTEGRATION: CWS scriptingf4 (1.5.6); FILE MERGED 2004/04/27 14:21:58 toconnor 1.5.6.1: #i28384# - implement Macro Selector specification --- sd/source/ui/inc/tpaction.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sd/source/ui/inc/tpaction.hxx b/sd/source/ui/inc/tpaction.hxx index 73e0e6a90933..502fc5963697 100644 --- a/sd/source/ui/inc/tpaction.hxx +++ b/sd/source/ui/inc/tpaction.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tpaction.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-03-19 13:16:11 $ + * last change: $Author: rt $ $Date: 2004-05-19 07:44:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -186,6 +186,7 @@ private: void SetActualAnimationEffect( ::com::sun::star::presentation::AnimationEffect eAE ); void SetEditText( String const & rStr ); String GetEditText( BOOL bURL = FALSE ); + String GetMacroName( const String& rPath ); USHORT GetClickActionSdResId( ::com::sun::star::presentation::ClickAction eCA ); USHORT GetAnimationEffectSdResId( ::com::sun::star::presentation::AnimationEffect eAE );