summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fupoor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fupoor.cxx')
-rw-r--r--sd/source/ui/func/fupoor.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/func/fupoor.cxx b/sd/source/ui/func/fupoor.cxx
index c60341d26ee0..46674b6a1969 100644
--- a/sd/source/ui/func/fupoor.cxx
+++ b/sd/source/ui/func/fupoor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fupoor.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ka $ $Date: 2001-09-24 13:41:22 $
+ * last change: $Author: ka $ $Date: 2001-10-22 13:36:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -624,7 +624,7 @@ IMPL_LINK_INLINE_END( FuPoor, DelayHdl, Timer *, pTimer )
|*
\************************************************************************/
-BOOL __EXPORT FuPoor::MouseButtonUp (const MouseEvent& rMEvt)
+BOOL FuPoor::MouseButtonUp (const MouseEvent& rMEvt)
{
aDelayToScrollTimer.Stop ();
return bScrollable =
@@ -637,7 +637,7 @@ BOOL __EXPORT FuPoor::MouseButtonUp (const MouseEvent& rMEvt)
|*
\************************************************************************/
-void __EXPORT FuPoor::StartDelayToScrollTimer ()
+void FuPoor::StartDelayToScrollTimer ()
{
bDelayActive = TRUE;
aDelayToScrollTimer.Start ();