diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-01 10:08:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-01 10:08:21 +0000 |
commit | a240a882174b1aa05578b5cf0bd7e1d4222c2831 (patch) | |
tree | fa56aeb0b8facaf1f8df70920035496b9591e7e4 /sd | |
parent | 78bb7246203ea064d1310433fb498dd7ea7521cd (diff) |
INTEGRATION: CWS pathfinder02 (1.6.6); FILE MERGED
2007/07/23 16:02:02 cl 1.6.6.1: #i79204# capture mouse on double click in category list box and execute EndDialog from mouse button up event
Diffstat (limited to 'sd')
-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 cfa5a3239722..5055009330d9 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2007-07-06 13:10:50 $ + * last change: $Author: hr $ $Date: 2007-08-01 11:08:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,7 +83,7 @@ private: const std::vector< ::com::sun::star::uno::Any >& mrTargets; double mfDuration; - sal_Bool mbIsPreview; + bool mbIsPreview; TabControl* mpTabControl; OKButton* mpOKButton; |