diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-10-18 12:58:48 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-10-18 12:58:48 +0000 |
commit | 1ab073a55dd9589b8b32ea76ddda1ea96d271adb (patch) | |
tree | 5a68d487a6ebb0c5fd99aa66233806ec0030c4c4 /sd/source/ui/view/presvish.cxx | |
parent | fbc075f33c41b13fbbc844b12de73625fcb41157 (diff) |
#93177#: don't update selection clipboard in ::Activate(...)
Diffstat (limited to 'sd/source/ui/view/presvish.cxx')
-rw-r--r-- | sd/source/ui/view/presvish.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/view/presvish.cxx b/sd/source/ui/view/presvish.cxx index 20290c802491..9af627aa8c54 100644 --- a/sd/source/ui/view/presvish.cxx +++ b/sd/source/ui/view/presvish.cxx @@ -2,9 +2,9 @@ * * $RCSfile: presvish.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ka $ $Date: 2001-09-28 14:32:56 $ + * last change: $Author: ka $ $Date: 2001-10-18 13:58:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -173,7 +173,6 @@ void SdPresViewShell::Activate( BOOL bIsMDIActivate ) ReadFrameViewData( pFrameView ); pDocSh->Connect( this ); - pDrView->UpdateSelectionClipboard( FALSE ); if( pFuSlideShow && !mbShowStarted ) { |