summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/tools/IdleDetection.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-03 15:23:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-03 15:23:55 +0000
commite634bc9f0d0b05670664b89c04ea5bc9be0ed910 (patch)
treeb10a1d50ec87b57b55bf025e02f8147a89cb0df1 /sd/source/ui/tools/IdleDetection.cxx
parentINTEGRATION: CWS components1 (1.11.50); FILE MERGED (diff)
downloadcore-e634bc9f0d0b05670664b89c04ea5bc9be0ed910.tar.gz
core-e634bc9f0d0b05670664b89c04ea5bc9be0ed910.zip
INTEGRATION: CWS components1 (1.7.32); FILE MERGED
2006/11/21 16:24:07 af 1.7.32.3: RESYNC: (1.8-1.9); FILE MERGED 2006/09/25 17:34:24 af 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/08/22 12:32:56 af 1.7.32.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().
Diffstat (limited to 'sd/source/ui/tools/IdleDetection.cxx')
-rw-r--r--sd/source/ui/tools/IdleDetection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/tools/IdleDetection.cxx b/sd/source/ui/tools/IdleDetection.cxx
index 0d52f3b13ad0..059fbce5daae 100644
--- a/sd/source/ui/tools/IdleDetection.cxx
+++ b/sd/source/ui/tools/IdleDetection.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: IdleDetection.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 14:37:27 $
+ * last change: $Author: rt $ $Date: 2007-04-03 16:23:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,7 +113,7 @@ sal_Int32 IdleDetection::CheckSlideShowRunning (void)
ViewShellBase* pBase = ViewShellBase::GetViewShellBase(pViewFrame);
if (pBase != NULL)
{
- ViewShell* pViewShell = pBase->GetMainViewShell();
+ ViewShell* pViewShell = pBase->GetMainViewShell().get();
// Test whether the view shell has a running full screen
// show.
if (pViewShell != NULL)