summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-04-26 19:45:07 +0000
committerKurt Zenker <kz@openoffice.org>2006-04-26 19:45:07 +0000
commitebc6b23684d1322cecba96fe71930b87c8dd3fd6 (patch)
tree9eb8dfa3f581ea6111b4dec70aba28a50eb33958 /sd/source/ui/animations
parenta534112c436cfbb1d27914d2fca4a290e80c366c (diff)
INTEGRATION: CWS taskpane (1.6.116); FILE MERGED
2006/02/23 14:48:15 af 1.6.116.1: #i62478# Made initialization of list of slide transitions and list of sounds asynchronous.
Diffstat (limited to 'sd/source/ui/animations')
-rw-r--r--sd/source/ui/animations/SlideTransitionPane.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/animations/SlideTransitionPane.hxx b/sd/source/ui/animations/SlideTransitionPane.hxx
index fd731aa86178..e62b62f86e17 100644
--- a/sd/source/ui/animations/SlideTransitionPane.hxx
+++ b/sd/source/ui/animations/SlideTransitionPane.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SlideTransitionPane.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:37:53 $
+ * last change: $Author: kz $ $Date: 2006-04-26 20:45:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -124,6 +124,7 @@ private:
DECL_LINK( SoundListBoxSelected, void * );
DECL_LINK( LoopSoundBoxChecked, void * );
DECL_LINK(EventMultiplexerListener, tools::EventMultiplexerEvent*);
+ DECL_LINK(LateInitCallback, Timer*);
private:
ViewShellBase & mrBase;
@@ -163,6 +164,8 @@ private:
typedef ::std::map< sal_uInt16, sal_uInt16 > tPresetIndexesType;
tPresetIndexesType m_aPresetIndexes;
+
+ Timer maLateInitTimer;
};
} // namespace sd