summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-08-27 12:48:02 +0000
committerRüdiger Timm <rt@openoffice.org>2008-08-27 12:48:02 +0000
commite5a68311dc40fccdbd8c23cecdfb37504206b01e (patch)
tree63de19ad7bad79342d99ce2c4947bbf907a7f9f4 /sd/source/ui
parent436e5074426ef97742987f828506f3533426c0bb (diff)
INTEGRATION: CWS sb91 (1.3.88); FILE MERGED
2008/07/11 10:11:43 sb 1.3.88.1: #i91567# make 64 bit clean
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/slideshow/showwindow.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slideshow/showwindow.hxx b/sd/source/ui/slideshow/showwindow.hxx
index 628f11f0053e..464b4f96a4fd 100644
--- a/sd/source/ui/slideshow/showwindow.hxx
+++ b/sd/source/ui/slideshow/showwindow.hxx
@@ -8,7 +8,7 @@
*
* $RCSfile: showwindow.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -33,7 +33,7 @@
#define SD_SHOW_WINDOW_HXX
#include <rtl/ref.hxx>
-#include <limits.h>
+#include <sal/types.h>
#include <vcl/timer.hxx>
#include <vcl/graph.hxx>
@@ -58,7 +58,7 @@ class ViewShell;
// - Defines -
// -----------
-#define SLIDE_NO_TIMEOUT LONG_MAX
+#define SLIDE_NO_TIMEOUT SAL_MAX_INT32
// ---------
// - Enums -