summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-02 14:05:54 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-02 14:05:54 +0000
commit5d67d2141a85aac3da169e9314ce35245633fd66 (patch)
tree2cde27f20c277cfbdeac9ae67856f6372f05e877 /sd/source/ui/docshell
parent64e3d4fa604bbf13b0f3ac53f85be176a171067e (diff)
INTEGRATION: CWS sfxcleanup (1.14.70); FILE MERGED
2006/03/02 09:28:46 mba 1.14.70.1: #132394#: remove superfluous code
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r--sd/source/ui/docshell/docshel3.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx
index d837e55a5475..6e05797f8e3d 100644
--- a/sd/source/ui/docshell/docshel3.cxx
+++ b/sd/source/ui/docshell/docshel3.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docshel3.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2005-12-14 16:54:04 $
+ * last change: $Author: rt $ $Date: 2006-05-02 15:05:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -227,7 +227,7 @@ void DrawDocShell::Execute( SfxRequest& rReq )
case SID_CLOSEDOC:
{
// SfxObjectShell::DoClose();
- ExecuteSlot(rReq, SfxObjectShell::GetInterface());
+ ExecuteSlot(rReq, SfxObjectShell::GetStaticInterface());
}
break;
@@ -245,7 +245,7 @@ void DrawDocShell::Execute( SfxRequest& rReq )
const ULONG nOldSwapMode = pDoc->GetSwapGraphicsMode();
pDoc->SetSwapGraphicsMode( SDR_SWAPGRAPHICSMODE_TEMP );
- ExecuteSlot( rReq, SfxObjectShell::GetInterface() );
+ ExecuteSlot( rReq, SfxObjectShell::GetStaticInterface() );
pDoc->SetSwapGraphicsMode( nOldSwapMode );
}
break;