[libreoffice] fix patch

Caolán McNamara caolanm at fedoraproject.org
Thu Aug 23 16:16:48 UTC 2012


commit 8f1d79a63581ec14b9f29cd25093947be740a108
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Aug 23 17:16:38 2012 +0100

    fix patch

 ...bz-842292-crash-in-calling-callback-whose.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/0001-Resolves-rhbz-842292-crash-in-calling-callback-whose.patch b/0001-Resolves-rhbz-842292-crash-in-calling-callback-whose.patch
index ce46e6a..3bb23ee 100644
--- a/0001-Resolves-rhbz-842292-crash-in-calling-callback-whose.patch
+++ b/0001-Resolves-rhbz-842292-crash-in-calling-callback-whose.patch
@@ -53,7 +53,7 @@ index a45f640..4a2d808 100644
 +    maAutoScrollFunctor = ::boost::function<void(void)>();
 +}
  
- IMPL_LINK(ScrollBarManager, AutoScrollTimeoutHandler, Timer *, EMPTYARG)
+ IMPL_LINK_NOARG(ScrollBarManager, AutoScrollTimeoutHandler)
  {
 diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
 index 6217c07..16c23ad 100644


More information about the scm-commits mailing list