diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-02 08:43:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-02 08:43:49 +0000 |
commit | e02cf45eee9d904faeb1fcd60b4907d3db6c72ed (patch) | |
tree | fa10e94e122ecc8d046a562f91be73ab76a23729 /sd/source/ui | |
parent | 93d4b34d1b20f56e0e9eec9eb2736189e5295ae4 (diff) |
INTEGRATION: CWS impress139 (1.7.150); FILE MERGED
2008/03/12 12:25:14 cl 1.7.150.1: #i67343# display currently selected effect when changing effect
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationCreateDialog.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.hxx b/sd/source/ui/animations/CustomAnimationCreateDialog.hxx index 5055009330d9..837497a9f1b1 100644 --- a/sd/source/ui/animations/CustomAnimationCreateDialog.hxx +++ b/sd/source/ui/animations/CustomAnimationCreateDialog.hxx @@ -4,9 +4,9 @@ * * $RCSfile: CustomAnimationCreateDialog.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-08-01 11:08:21 $ + * last change: $Author: kz $ $Date: 2008-04-02 09:43:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,7 @@ class CustomAnimationCreateDialog : public TabDialog { friend class CustomAnimationCreateTabPage; public: - CustomAnimationCreateDialog( ::Window* pParent, CustomAnimationPane* pPane, const std::vector< ::com::sun::star::uno::Any >& rTargets, bool bHasText ); + CustomAnimationCreateDialog( ::Window* pParent, CustomAnimationPane* pPane, const std::vector< ::com::sun::star::uno::Any >& rTargets, bool bHasText, const ::rtl::OUString& rsPresetId, double fDuration ); ~CustomAnimationCreateDialog(); PathKind getCreatePathKind() const; |